Skip to content

Commit

Permalink
v3.5.1 增加 KeyType Stream 枚举元素 #269
Browse files Browse the repository at this point in the history
  • Loading branch information
28810 authored and 28810 committed Mar 20, 2020
1 parent cbe7f23 commit 164d7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CSRedisClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
2 changes: 1 addition & 1 deletion src/CSRedisCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>CSRedisCore</AssemblyName>
<PackageId>CSRedisCore</PackageId>
<RootNamespace>CSRedisCore</RootNamespace>
<Version>3.5.0</Version>
<Version>3.5.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/2881099/csredis</PackageProjectUrl>
<Description>CSRedis 是 redis.io 官方推荐库,支持 redis-trib集群、哨兵、私有分区与连接池管理技术,简易 RedisHelper 静态类。</Description>
Expand Down

0 comments on commit 164d7fe

Please sign in to comment.