KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

A Multithreaded Fork of Redis

Results 321 KeyDB issues
Sort by recently updated
recently updated
newest added

**The problem/use-case that the feature addresses** I'd like to pin the docker image to a specifc version but without specifying the architecture. The current tags `x86_64_vx.x.x` and `arm64_vx.x.x` only provide...

Enhancement

Debian 12, codename bookworm, will be the upcoming Debian/stable release and its so called freeze is coming closer (see https://release.debian.org/bookworm/freeze_policy.html for details). It would be great, if according package builds...

Enhancement

It is a master/slave use case, when there is a pending write situation, we are seeing the following assert failure: replication.cpp:5714 'replica->repl_curr_off != g_pserver->master_repl_offset' is not true This problem only...

I have standalone keydb with result 400k ops/sec ( memtier_benchmark tools). Then i installed keydb cluster with 3 master on 3 VMs, but my OPS/sec is about 600k ops/sec --...

User-Question

**Crash report** ``` Oct 21 15:39:19 z27 docker/keydb-de[22018]: 1:1:S 21 Oct 2022 12:39:19.047 # Server initialized Oct 21 15:39:19 z27 docker/keydb-de[22018]: 1:1:S 21 Oct 2022 12:39:19.047 # WARNING overcommit_memory is...

Priority 1

On CentOS linux distributions using SELinux the systemd unit doesn't have the required permissions to set the maxclients config via `setrlimit()`: https://github.com/Snapchat/KeyDB/blob/main/src/server.cpp#L3546 Below are the logs when the service was...

Priority 2

Enhance security Examples to follow are percona/percona-server and bitnami/redis

Enhancement

On RHEL 9 host ```bash mkdir -p keydb/data touch keydb/{keydb.conf,users.acl} chcon -Rt container_file_t keydb # Create a temporary container instance podman run \ --detach \ --name=keydb \ --tz=local \ --publish=6379:6379...

Priority 2

In other projects spinlock implementations and focused testing we've found that an isb pauses execution for about the same time as an x86 pause instruction. The yield instruction behaves as...