KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
When a master node reboots, its replication id is automatically set to a different value. All read-only replicas attached to the master will need to perform a full resync [due...
**The problem/use-case that the feature addresses** ```sh ❯ brew services start keydb Error: Formula `keydb` has not implemented #plist, #service or installed a locatable service file ``` **Description of the...
**Describe the bug** When loading from an AOF all keys will be loaded with MVCC_INVALID timestamps, this will cause them to have incorrect priority when merging with other nodes in...
Hello. I have launched dockerized instance of keydb with image eqalpha/keydb:x86_64_v6.0.16 and configured `active-replica yes` Then I copied aof file and started instance with this docker-compose: ``` version: '3.4' services:...
It would be useful for developers working with systems that use KeyDB if KeyDB could be installed via [ASDF](https://asdf-vm.com). ASDF allows developers to manage multiple runtime versions of a tool,...
[CRASH]
**Crash report** Paste the complete crash log between the quotes below. Please include a few lines from the log preceding the crash report to provide some context. ``` === KEYDB...
This feature request stems from the KeyDB Community feature request seen here: https://community.keydb.dev/t/multi-tenancy-support The premise of this feature is that namespaces are created and bound to specific users. Unlike ACL’s,...
If the docker image could support a password specified by environment variable, it will be very helpful. Isn't it? Thanks
**Is your feature request related to a problem? Please describe.** We use KeyDB in Multi-master configuration. As a configuration management system we use Amazon OpsWorks. When we add a new...
Thought I would open an issue in case someone with knowledge on how to prepare a package for archlinux would be interested in doing so. It would be very useful...