-
Hi, our integration with django-redisboard went well in DEV. But as we pushed this to our non-DEV environments, we are observing weird `KeyError: 'status'` issues. Here is what I tried:
1) Adde…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Hi,
I want to know that when i have 1st redis cluster run as 3 master and 3 slave, they are complete redis cluster. Later, i run 2nd redis cluster that also run as 3 master and 3 slave. This time…
-
The [redis-trib.rb](http://download.redis.io/redis-stable/src/redis-trib.rb) program makes it fairly easy to create a redis cluster. Once you have your nodes running you can issue a command like `redi…
-
### 问题描述(Issue Description)
使用v4.2.0 release,在function中修改DB号无效
Please provide a brief description of the issue you encountered.
### 环境信息(Environment)
- RedisShake 版本(RedisShake Version):v4…
-
Is your improvement request related to a problem? Please describe.
redis cluster status is Running, when hscale shards and jobs are still Running.
If this is a new function, please describe the mo…
-
**Describe the bug**
When cluster is autoscaling a service exposed on the internal load balancer stops responding for a short while. It looks like the internal load balancer becomes unstable when clu…
-
**Describe the bug**
I don't know whether this is a bug or not, but there may be an issue with the way this library uses LUA scripts:
> **Important**: to ensure the correct execution of scripts,…
-
aws cluster redis need SSL set true to connect,
my code is this:
```
const Redis = require('ioredis');
const clusterNodes = [
{
host: 'clustercfg.***-dev-redis-rg-01.7duglj.apne1.ca…
-
I have a redis cluster with tls enabled. Configuring hive with the cluster makes schema publish hang.
I think the issue is that Hive does not support redis connections with tls enabled.