dragonfly
dragonfly copied to clipboard
A modern replacement for Redis and Memcached
Rueidis tests use SPUBLISH. We should implement this.
Hi, We are integrating Dragonfly into our open source software that has many users. We are facing a problem: Dragonfly currently does not have Repositories to support installation. This makes...
1. Currently our defragmentation procedure is fully automatic but can sometimes miss important cases. We should add "MEMORY DEFRAGMENT" that will force kicking off the defragmentation process on all the...
We integrate our own allocator into lua bindings (see `mimalloc_glue`) but we do not track its allocations. In some extreme cases it can be significant. Consider 20K-40K connections over k-threaded...
Runs on separate transaction with a different callback. It should be part of the same transaction instead.
In the test_cluster_fuzzymigration when migration is finished I see different numbers of keys for "in" and "out" migrations.
How to reproduce: run dragonfly ./dragonfly --alsologtostderr --dbfilename= --port=6379 --maxmemory=350MB --proactor_threads=1 run memtier memtier_benchmark -c 2 -t 4 --pipeline=30 --hide-histogram --test-time=3000 --distinct-client-seed --expiry-range=100-10000 --data-size-range=3000-4000 expect dragonfly to reject inserts after...
For example, `JSON.OBJKEYS key .` returns a nested array but it should return a plain []string
**Describe the bug** `dfly load` on master doesn't replicate the snapshot onto replicas. I set some keys on master after loading the snapshot and then listed down the keys on...