-
https://github.com/JohnSully/KeyDB/blob/aa274960fff095c4c3cd570cdbaaabb9ca005651/src/module.cpp#L5210
refers to https://github.com/antirez/redis/pull/6125
can file a PR here too if desired.
-
Using redis cluster with slaves, each node can only have 1 role. If you want replication = 3, you need 6 processes. If you want 3 servers and no 3, you have to manually move replicas/masters so 1 serv…
-
Hello @JohnSully ,
I am very happy to have found this fork which support member expiration. I've tested it and it works very well.
However there is a feature I'd like to see: have the possibility to…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
*…
-
I couldn't quite figure out how to get external modules to load when running the docker image.
It says in the docs "Note that require() will search for modules starting from the working directory of …
-
**Describe the bug**
I just upgraded to latest keydb 6.3.1 from 6.0.x and I noticed high CPU usage every minute or so. In my scenario the process will simply run 100% for about 40-60 seconds while …
-
### Name and Version
bitnami/keydb all
### What is the problem this feature will solve?
The current Bitnami KeyDB Helm chart does not provide built-in support for "Cluster" mode (partitioned master…
-
I'm trying to use multimaster mode in a kubernetes env. The first difficulty that I'm faced was discovering other nodes. When we using redis cluster, we can inform one of the nodes, and it discovers t…
-
Would it be possible to add an optional `OFFSETS` and `COUNT` modifiers to the `BITOP` command that would perform the bitwise operation on a subset of bits in the specified key(s)?
For example:
…
-
If I add the codes in src/t_string.cpp as below:
void incrCommand(client *c) {
**sds buf = sdsempty();**
incrDecrCommand(c,1);
}
Then I compile redis using the following command…