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

Currently DragonflyDB cannot be packaged into most Linux distributions because of the license in use. I was planning to package it for Fedora/EPEL but that was shot down by the...

see https://github.com/ssciwr/clang-format-wheel and https://github.com/pre-commit/mirrors-clang-format need to update contributing doc if it requires installing additional dependencies.

enhancement
help wanted
good first issue

Would love to see auto-snapshotting of the RDB file in DF. Currently I can use `SAVE/BGSAVE` but the option to configure automatic snapshotting - i.e `SAVE 60 1000` is non-existent....

enhancement
help wanted
good first issue

Currently our pytest framework in tests/pytest is very naive. It assumes that dragongly process is already running. 1. We should introduce the fixture that assumes the binary exists under `gitroot/build_dbg`...

enhancement
help wanted
good first issue

Run integration test with Node-Redis. Fail on 13 tests. 361 passing (2s) 42 pending 13 failing 1) LINSERT client.lInsert: ERR no such key In Redis: 127.0.0.1:6379> linsert key BEFORE pivot...

bug

Hi. After reading the documentation it is not clear for me, how upgrade and downgrade processes should be performed over the database. Could you please describe somewhere in the documentation:...

documentation
enhancement

Originally reported by @anosulchik Following on #210 and #207, it seems that Dragonfly can grow beyond the specified limit. the API is mostly `setex` command. I have a working theory...

RESP3 is an enhancement of RESP2. Specifically, it encodes response types as part of the protocol. It's much easier to build client libraries with RESP3 because a client library does...

enhancement