-
AWS Elasticache recently released JSON support as part of their service.
We should implement a compatible API. See
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/json-list-commands.h…
-
[dragonflydb/dragonfly](https://github.com/dragonflydb/dragonfly) supports all redis equal commands, so can `redis-plus-plus` also support it as a client
-
**Describe the bug**
Trying to rename a key using the resp.app fail. The root cause is that the sequence in which the rename is running using the application require the support of the dump command (…
-
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…
-
**Describe the bug**
Running `sudo docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly` results in SIGILL abort.
**To Reproduce**
Steps to reproduce the beha…
yonas updated
2 years ago
-
**Describe the bug**
A clear and concise description of what the bug is.
When the master instance of a replica is terminated, and a command to update to the master
is issued. Sometimes, These com…
-
### 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…
-
a dedicated github actions pipeline that build dragonfly and runs pytests located under "tests/dragonfly" every 3 days
-
**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