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

We should be able to rotate global password in such way that we will allow gradual updates of the clients connecting to Dragonfly. The flow is as follows: 1. Allow...

enhancement

There is issue with migration flow. Frst look how Migrate is implemented: ``` void Connection::Migrate(util::fb2::ProactorBase* dest) { // Migrate is used only by replication, so it doesn't have properties of...

bug

**Describe the bug** Adding 100k sorted set members with simple increasing counter eats 25MB vs 8.5MB at redis ( zero score for all elements give also x3 mem ) **To...

bug

Fixes #2850 The implementation of the `ZRANDMEMBER` command has two cases: 1. In the first case, the command is executed in `O(n * log(m))`, where `n` is the number of...

* add partial support for `CLIENT CACHING TRUE` (only to be used with TRACKING OPTIN) * add OPTIN to CLIENT TRACKING command * refactor client tracking to respect transactional atomicity...

The main change is in tx_base.* where we introduce ShardArgs slice that is only forward iterable. It allows us to go over sub-ranges of the full arguments slice or read...