Skip to main content

Cluster-aware re-implementation of redis-cli.

Here’s the problem:

$ redis-cli -c -h node-0 set apple sauce
-> Redirected to slot [7092] located at 172.255.0.3:6379
OK
$ ctrl-D
$ redis-cli -c -h node-0 keys "*"
(empty list or set)
$ redis-cli -c -h node-1 keys "*"
1) "apple"

Wouldn’t it be great if that keys * worked the same was as in non-clustered mode?

$ redis-cli-cluster -h node-0 set apple sauce
-> Redirected to slot [7092] located at 172.255.0.3:6379
OK
$ ctrl-D
$ redis-cli-cluster -h node-0 keys "*"
1) "apple"

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redis-cli-cluster-0.6.1.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

redis_cli_cluster-0.6.1-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file redis-cli-cluster-0.6.1.tar.gz.

File metadata

File hashes

Hashes for redis-cli-cluster-0.6.1.tar.gz
Algorithm Hash digest
SHA256 2d185431d9ba376d021e552cc58f680e0d3640ace03af156552bcfd015818003
MD5 e4a2fa28770f6fd481d70e7a17a81289
BLAKE2b-256 4a5556396606141ba9ab3d166801dbc4bb9984860fc056f5e86cb47074092386

See more details on using hashes here.

File details

Details for the file redis_cli_cluster-0.6.1-py3-none-any.whl.

File metadata

File hashes

Hashes for redis_cli_cluster-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6a3d51d3a00bbcbb2f3115a8f784df6a2fad5c672a6a7823e1f3c001cd8a2aba
MD5 d50d97773fbea9836eb59795fc903b7a
BLAKE2b-256 864bcf8fd9c06f6d8cca16d062b630f54dcf118464ae42d25f47bc03f253cf3b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.6.1 This release

2 files

0.6.0

2 files

0.5.0

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page