-
## Steps to reproduce
LPOP does not support the `COUNT` parameter.
## Expectations for resolution
This issue will be considered resolved when the following things are done
1. changes in th…
-
### Describe the bug
GLIDE fails to connect to server (standalone/cluster - both) if server is blocked by a long running function call.
```
ERROR logger_core: client creation - Connection error: …
-
old redis sentinel server version (4.x) doesn't support `AUTH` command, however current version (6.x) has already support this, we should also support it.
`redis-server sentinel.conf --sentinel --r…
bitsf updated
20 hours ago
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
I use Redis as a transp…
-
**Describe the bug**
I have **1 GB of memory usage extra per second** (!) when trying to connect with redis client to a redis-server which was started in a docker which is not running anymore.
*…
-
I am trying to connect to the cluster with redis-cli, but am having some issues. Do you have an example of how to do this?
I am logged in to the machine running the docker master node.
-
So i attempting to run a replication from one elasticache cluster on redis v4 to another on redis v7 with riot v3.2.3
```./riot -u redis://sourcecluster.cache.amazonaws.com:6379 replicate -u redis:…
-
## Steps to reproduce
1. Start the dicedb server and connect to it through whatever client(redis-cli or something else) you prefer.
2. Run either of the following commands
a. `SETBIT -1 1` w…
-
Seems like redis-cli doesn't really handle redirections to ipv6 addresses:
`127.0.0.1:7000> set val1 1
-> Redirected to slot [8578] located at 2a01:4
Could not connect to Redis at 2a01:4: Name or ser…
-
From last update, it's now possible to connect to a redis cluster on AWS Elasticcache with TLS encryption 👏👏👏
However, it looks TablePlus doen't support yet the "cluster" mode in order to follow -…