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

`W20230214 08:41:52.302026 11 json_family.cc:1611] path '.': Invalid JSONPath syntax: Expected '$' or function expression` ![image](https://user-images.githubusercontent.com/8407297/219262407-9924d889-b033-4bd8-98bb-56a02cd198dd.png)

Currently, DashTable lacks the ability to remove a segment. We should support it so we could reduce our memory usage if for any reason we grew beyond the expected limits.

enhancement

Similarly to `PUBLISH channel message`, introduce asynchornous `ALARM name id seconds` that will trigger the message into channel name after `seconds`. if someone will call `ALARM name id seconds` again,...

enhancement

In stable state replication multi key command which took place in master should be executed on replica only if all the transaction finished in master

Normally in redis when using REPLICAOF to replicate a master using a password, you'd set the masterauth config setting. But since config isn't supported yet (config set masterauth ...), it's...

enhancement

This question from 2010 is still unsolved. https://stackoverflow.com/questions/4006324/how-to-atomically-delete-keys-matching-a-pattern-using-redis we should introduce a command like `RM GLOB prefix:*` that will erase all the keys starting from `prefix:`.

enhancement
minor

see this for more info: https://github.com/marketplace/actions/release-drafter

documentation
enhancement
help wanted
good first issue
minor

**Did you search GitHub Issues and GitHub Discussions First?** Yes, no results. **Is your feature request related to a problem? Please describe.** Not a problem - an opportunity. **Describe the...

When the link between the master and the replica breaks, for network issues or because a timeout is sensed in the master or the replica, the replica reconnects and attempts...

see here: https://github.com/dragonflydb/dragonfly/actions/runs/3635824374

bug