diff --git a/.gitignore b/.gitignore
index e027049..4b908dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ bld/
*.nuspec
*.nupkg
/BinTest
+/BinUnitTest
diff --git a/NewLife.Redis/RedisStream.cs b/NewLife.Redis/RedisStream.cs
index 7658bd2..7afa674 100644
--- a/NewLife.Redis/RedisStream.cs
+++ b/NewLife.Redis/RedisStream.cs
@@ -2,15 +2,12 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using NewLife.Caching;
using NewLife.Collections;
namespace NewLife.Caching
{
/// Redis5.0的Stream数据结果,完整态消息队列,支持多消费组
- public class RedisStream : RedisBase, IProducerConsumer
+ public class RedisStream : RedisBase, IProducerConsumer