Skip to content

Commit 7c61c18

Browse files
committed
Merge branch 'mgravell-master'
2 parents 4180330 + 96e0422 commit 7c61c18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

commands/client kill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ instead of killing just by address. The following filters are available:
1717
* `CLIENT KILL TYPE type`, where *type* is one of `normal`, `slave`, `pubsub`. This closes the connections of **all the clients** in the specified class. Note that clients blocked into the `MONITOR` command are considered to belong to the `normal` class.
1818
* `CLIENT KILL SKIPME yes/no`. By default this option is set to `yes`, that is, the client calling the command will not get killed, however setting this option to `no` will have the effect of also killing the client calling the command.
1919

20-
It is possible to provide multiple filters at the same time. The command will ahdnle multiple filters via logical AND. For example:
20+
It is possible to provide multiple filters at the same time. The command will handle multiple filters via logical AND. For example:
2121

2222
CLIENT KILL addr 127.0.0.1:6379 type slave
2323

topics/cluster-tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ I'm aware of the following implementations:
285285
* [redis-py-cluster](https://github.com/Grokzen/redis-py-cluster) appears to be a port of redis-rb-cluster to Python. Not recently updated (last commit 6 months ago) however it may be a starting point.
286286
* The popular [Predis](https://github.com/nrk/predis) has support for Redis Cluster, the support was recently updated and is in active development.
287287
* The most used Java client, [Jedis](https://github.com/xetorthio/jedis) recently added support for Redis Cluster, see the *Jedis Cluster* section in the project README.
288+
* [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) offers support for C# (and should work fine with most .NET languages; VB, F#, etc)
288289
* The `redis-cli` utility in the unstable branch of the Redis repository at Github implements a very basic cluster support when started with the `-c` switch.
289290

290291
An easy way to test Redis Cluster is either to try and of the above clients

0 commit comments

Comments
 (0)