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

When launching dragonfly in a container with cgroup memory and cpu limits, maxmemory is set to the host value instead of the limit. When starting, dragonfly should respect those limits.

**Describe the bug** When [PrivateNetwork=true](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#PrivateNetwork=) is set an error is printed: `dns_resolve.cc:106 Error calling getaddrinfo Temporary failure in name resolution` **To Reproduce** 1. set `PrivateNetwork=true` on the service unit 2....

bug

Please support `--port 0` to disable TCP listening and allow UDS only (similar to Redis). ``` dragonfly[1207338]: F20230322 15:02:24.829391 1207338 dfly_main.cc:483] Check failed: GetFlag(FLAGS_port) > 0u (0 vs. 0) dragonfly[1207338]:...

enhancement

instead calling syncronious function getaddrinfo Use asynchronous calls from the following library - c-ares

Crash was due to an attempt to access nullptr[-1], which is a bad idea :) Fixes #949

I started two instances of dragonfly on the same machine, and the two instances cannot create a master-slave relationship normally. The startup commands for the two instances are: nohup dragonfly...

bug

Hi DragonFly! We're Ritza, a boutique technical writing agency that specialises in creating documentation, guides and blog posts for very technical audiences. We've worked with companies like Sourcegraph and Replit...

All types are tracked upon insertion / deletion, except for MODULE. Example manual testing: ``` 127.0.0.1:6379> debug typez (empty array) 127.0.0.1:6379> set x 1 OK 127.0.0.1:6379> debug typez 1) "STRING"...

Not a PR, place for discussions

it seems that `ExtendFilenameWithShard` always forces file with timestamp even when extension is provided. I do not remember why it was decided.

enhancement