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

Signed-off-by: Leonardo Mello Closes https://github.com/dragonflydb/dragonfly/issues/200 - Added `clang-format` in `.pre-commit-config.yaml` - Updated `CONTRIBUTING.md` with `pre-commit` and `clang-format` installation script I ran `pre-commit run --all-files` but it change more than 100...

Signed-off-by: Boaz Sade This remove the need to have "borrow tokens" to messages that are sending over pub channel. It replaces it with a "simple share_ptr that would be cleaned...

Signed-off-by: Boaz Sade This commit is meant to bypass issue #457 This is not a fix but a workaround. There is a new issue #467 that is meat for fixing...

**Describe the bug** This issue is related to locking. When we running a pipeline of commands (multi..exec sequence with the CLI), there is not why to do a "deep" test...

bug

**Describe the bug** Right now we have a limitation on running a lua script inside pipeline: See the steps to reproduce below. This limitation is a result of multi opening...

bug