From 164d7fedc3b634a8a1eab21df5f4f316d811ff23 Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Fri, 20 Mar 2020 22:25:36 +0800 Subject: [PATCH] =?UTF-8?q?v3.5.1=20=E5=A2=9E=E5=8A=A0=20=20KeyType=20Stre?= =?UTF-8?q?am=20=E6=9E=9A=E4=B8=BE=E5=85=83=E7=B4=A0=20#269?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CSRedisClient.cs | 2 +- src/CSRedisCore.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CSRedisClient.cs b/src/CSRedisClient.cs index 30b2d7c..ee7674f 100644 --- a/src/CSRedisClient.cs +++ b/src/CSRedisClient.cs @@ -4302,7 +4302,7 @@ public bool Unlock() public void Dispose() => this.Unlock(); } - public enum KeyType { None, String, List, Set, ZSet, Hash } + public enum KeyType { None, String, List, Set, ZSet, Hash, Stream } public enum InfoSection { Server, Clients, Memory, Persistence, Stats, Replication, CPU, CommandStats, Cluster, Keyspace } public enum ClientKillType { normal, slave, pubsub } } diff --git a/src/CSRedisCore.csproj b/src/CSRedisCore.csproj index 0c0b127..22d8ca3 100644 --- a/src/CSRedisCore.csproj +++ b/src/CSRedisCore.csproj @@ -4,7 +4,7 @@ CSRedisCore CSRedisCore CSRedisCore - 3.5.0 + 3.5.1 true https://github.com/2881099/csredis CSRedis 是 redis.io 官方推荐库,支持 redis-trib集群、哨兵、私有分区与连接池管理技术,简易 RedisHelper 静态类。