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

**Describe the bug** I installed dragonfly with the following command from your Webpage: helm upgrade -n dragonfly --install dragonfly oci://ghcr.io/dragonflydb/dragonfly/helm/dragonfly --version v1.13.0 (https:///dragonfly-6d7www.dragonflydb.io/docs/getting-started/kubernetes#more-customization) I get the following shown by kubectl...

bug

I think we are missing a preupdate call on the scan items. If we expire the entry while scanning than how do we make sure we call PreUpdate before we...

**Did you search GitHub Issues and GitHub Discussions First?** I did. I also posted in the discord, and it sounds like this isn't a feature yet. **Is your feature request...

Redis Lua requires the user to define all keys touched by a Lua script when invoking that script in order to run correctly in Redis Cluster. The problem is that...

**Describe the bug** Cpu is high while saving snapshots **To Reproduce** Steps to reproduce the behavior: 1. Memory usage ``` 127.0.0.1:6379> info memory # Memory used_memory:30743621312 used_memory_human:28.63GiB used_memory_peak:35570662920 used_memory_rss:40014254080 used_memory_rss_human:37.27GiB...

bug

When running SET with flags XX GET we return empty string if the stored key is not a string expected behaviour: GET -- Return the old string stored at key,...

bug

Create lightweight immutable string type that can only be deleted externally, hence it doesn't have to store it's allocator pointer PS: 25 when all strings are inlined, obviously it's less...

enhancement
minor

Request from discord Are there any docs available that talk about the new replication commands available in DF that are not in Redis, such as REPLTAKEOVER? I found that in...

see here: https://redis.io/commands/georadiusbymember/

help wanted
hacktoberfest
GEO