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

Closes #1531. Logs errors in a Redis connection to an additional ~sink~ buffer, and returns them whenever `DEBUG ERRORS` is invoked. The ~sink~ buffer is stored within `RedisReplyBuilder`, and is...

Currently document iteration order is shard-sequential, meaning first all documents are listed from shard 0, then from shard 1, etc... ``` shard 0 shard 1 shard 2 [0, 1, 2]...

Hi, Dragonfly still has some small Json incompatibilities in the path specification compared to the Redis Json module. Here is the output from Redis: redis_version:7.0.11 ``` 127.0.0.1:6479> JSON.SET test $...

bug

Redis support [keyspace notifications](https://redis.io/docs/manual/keyspace-notifications/#configuration) by command `CONFIG SET notify-keyspace-events xE`, but dragonfly does not support it: ``` CONFIG SET notify-keyspace-events xE (error) ERR CONFIG SET failed (possibly related to argument...

**Describe the bug** Deadlock when running 2 replicaof commands in multi tx **To Reproduce** run: multi replicaof localhost 6379 replicaof localhost 6379 exec **Expected behavior** both commands return ok and...

bug

OpManager is a higher level abstraction over DiskStorage that provides: * Tracking reads and comibing reads for the same offset * Tracking stashes and cancelling them * Enqueuing deletes after...

Added support for namespace in the Prometheus rules. The original PR was #2694

(venv) ➜ ~/dragonflydb/dragonfly/tests git:(main) ✗ pytest -xvs dragonfly/replication_test.py::test_replicaof_reject_on_load ============================================================================================================ test session starts ============================================================================================================= platform linux -- Python 3.10.12, pytest-7.1.2, pluggy-1.0.0 -- /home/adi/venv/bin/python3 cachedir: .pytest_cache metadata: {'Python': '3.10.12', 'Platform': 'Linux-5.15.0-97-generic-x86_64-with-glibc2.35', 'Packages':...

bug
failing-test