File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
121136https://www.nuget.org/packages/BeetleX.Redis/
122137
You can’t perform that action at this time.
0 commit comments