dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

A modern replacement for Redis and Memcached

Results 633 dragonfly issues
Sort by recently updated
recently updated
newest added

it should: 1. Start a redis server 2. Start a DF server 3. Populate Redis with data, and DF with data. Continue with adding data to redis. 4. set DF...

enhancement

Check out ExpSet branch. Specifically, learn how string_set works. The goal is to introduce an alternative implementation to dict-based variation of SET data-structure. Currently, it uses intset and dict. The...

## The problem Related to #224 how do we decide on evicting items when a segment is not full? when it's full, we have a healthy drifting of unneeded items...

enhancement

we allow to mark entries as STICK, but this does not persist via rdb snapshots. we can do it by introducing `RDB_OPCODE_DF_MASK=200` (to give enough space to Redis future opcodes)...

bug

- [ ] support building an rpm package - [ ] support building a deb package - [ ] host a custom repo for both rpm and deb for simpler...

just place to discuss stable state replication, not ready to be reviewed in any way

feat(server): adding support for the restore command (#343) feat(server): adding support for the restore command, update the api status (#343) Signed-off-by: Boaz Sade * This add support for the restore...

see https://redis.io/commands/lmove/ for details

enhancement
API-6
hacktoberfest

Some testing frameworks expect this message in lower case. See below io-redis tests run. ![image](https://user-images.githubusercontent.com/3674760/195962466-851a3a4b-b17b-41fe-afe0-da323ed59cc7.png)

bug
help wanted
hacktoberfest