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"
Release files for redis-cli-cluster 0.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redis-cli-cluster-0.6.1.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redis_cli_cluster-0.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / redis-cli-cluster-0.6.1.tar.gz
| Download URL | redis-cli-cluster-0.6.1.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d185431d9ba376d021e552cc58f680e0d3640ace03af156552bcfd015818003
|
|
BLAKE2b-256 checksum How to use checksums |
4a5556396606141ba9ab3d166801dbc4bb9984860fc056f5e86cb47074092386
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / redis_cli_cluster-0.6.1-py3-none-any.whl
| Download URL | redis_cli_cluster-0.6.1-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6a3d51d3a00bbcbb2f3115a8f784df6a2fad5c672a6a7823e1f3c001cd8a2aba
|
|
BLAKE2b-256 checksum How to use checksums |
864bcf8fd9c06f6d8cca16d062b630f54dcf118464ae42d25f47bc03f253cf3b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |