-
currently the rdb format uses pretty naive compression with its `lzf*` code. This wastes too much CPU and achieves little.
In fact, when we save a snapshot using "SAVE DF" into local SSD we are bottl…
-
a dedicated github actions pipeline that build dragonfly and runs pytests located under "tests/dragonfly" every 3 days
-
### Discussed in https://github.com/dragonflydb/dragonfly/discussions/445
Originally posted by **tiandong19860806** October 29, 2022
Hi all,
Does the dragonfly support the redis cl…
-
**Describe the bug**
```shell
[root@m-1 ~]# kubectl logs -f -n dmcca-system dragonfly-0
I20221021 06:17:08.168525 1 init.cc:56] dragonfly running in opt mode.
I20221021 06:17:08.168985 1…
-
**Describe the bug**
Quick start with docker compose get error
I20220927 12:45:03.816557 1 init.cc:56] dragonfly running in opt mode.
I20220927 12:45:03.816596 1 dfly_main.cc:219] Starting …
Janry updated
2 years ago
-
**Describe the bug**
`podman run --network=host docker.dragonflydb.io/dragonflydb/dragonfly` fails with `proactor.cc:432] Error initializing io_uring: (38) Function not implemented` which, I think,…
-
I am running the latest container using:
docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly:latest
in redis-cli I am running "info server"
I get the wrong…
-
https://github.com/ToolJet/ToolJet
https://github.com/midoks/mdserver-web
https://github.com/PrefectHQ/prefect
https://github.com/kraanzu/dooit
https://github.com/dragonflydb/dragonfly
https://gi…
-
**Describe the bug**
In Redis, a key that has an expiry set, can be overwritten without any issues. In Dragonfly, if a key has an expiry added, the `SET` command does not replace the value but still …
-
`--pidfile=` would make it easier to integrate it with [monit](https://mmonit.com/monit/). When this param is specified, dragonflydb would write its pid into specified file or fail if it's possible e.…