Skip to content

Commit 947fd48

Browse files
authored
Update README.md
1 parent 08ffc3f commit 947fd48

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,21 @@ A high-performance async/non-blocking redis client components for dotnet core,d
117117
[GEODIST](https://redis.io/commands/GEODIST)|
118118
[GEORADIUS](https://redis.io/commands/GEORADIUS)|
119119
[GEORADIUSBYMEMBER](https://redis.io/commands/GEORADIUSBYMEMBER)|
120+
[SADD](https://redis.io/commands/SADD)|
121+
[SCARD](https://redis.io/commands/SCARD)|
122+
[SDIFF](https://redis.io/commands/SDIFF)|
123+
[SDIFFSTORE](https://redis.io/commands/SDIFFSTORE)|
124+
[SINTER](https://redis.io/commands/SINTER)|
125+
[SINTERSTORE](https://redis.io/commands/SINTERSTORE)|
126+
[SISMEMBER](https://redis.io/commands/SISMEMBER)|
127+
[SMEMBER](https://redis.io/commands/SMEMBER)|
128+
[SMOVE](https://redis.io/commands/SMOVE)|
129+
[SPOP](https://redis.io/commands/SPOP)|
130+
[SRANDMEMBER](https://redis.io/commands/SRANDMEMBER)|
131+
[SREM](https://redis.io/commands/SREM)|
132+
[SSCAN](https://redis.io/commands/SSCAN)|
133+
[SUNION](https://redis.io/commands/SUNION)|
134+
[SUNIONSTORE](https://redis.io/commands/SUNIONSTORE)|
120135
## nuget
121136
https://www.nuget.org/packages/BeetleX.Redis/
122137

0 commit comments

Comments
 (0)