Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beetlex-io committed Apr 17, 2021
1 parent 08ffc3f commit 947fd48
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,21 @@ A high-performance async/non-blocking redis client components for dotnet core,d
[GEODIST](https://redis.io/commands/GEODIST)|
[GEORADIUS](https://redis.io/commands/GEORADIUS)|
[GEORADIUSBYMEMBER](https://redis.io/commands/GEORADIUSBYMEMBER)|
[SADD](https://redis.io/commands/SADD)|
[SCARD](https://redis.io/commands/SCARD)|
[SDIFF](https://redis.io/commands/SDIFF)|
[SDIFFSTORE](https://redis.io/commands/SDIFFSTORE)|
[SINTER](https://redis.io/commands/SINTER)|
[SINTERSTORE](https://redis.io/commands/SINTERSTORE)|
[SISMEMBER](https://redis.io/commands/SISMEMBER)|
[SMEMBER](https://redis.io/commands/SMEMBER)|
[SMOVE](https://redis.io/commands/SMOVE)|
[SPOP](https://redis.io/commands/SPOP)|
[SRANDMEMBER](https://redis.io/commands/SRANDMEMBER)|
[SREM](https://redis.io/commands/SREM)|
[SSCAN](https://redis.io/commands/SSCAN)|
[SUNION](https://redis.io/commands/SUNION)|
[SUNIONSTORE](https://redis.io/commands/SUNIONSTORE)|
## nuget
https://www.nuget.org/packages/BeetleX.Redis/

Expand Down

0 comments on commit 947fd48

Please sign in to comment.