-
(venv) ➜ ~/dragonflydb/dragonfly/tests git:(main) ✗ pytest -xvs dragonfly/replication_test.py::test_replicaof_reject_on_load
=======================================================================…
-
The license file says `BSL 1.1` here:
https://github.com/dragonflydb/dragonfly/blob/9db825013af78bd7c2f066d07a33e7cc4a2a78a0/LICENSE.md#L3
However, SPDX has assigned it [BUSL-1.1](https://spdx.org…
ekohl updated
7 months ago
-
I want to install a public helm chart residing in `oci://ghcr.io` registry. No credentials are required in order to pull the chart. However, if I don't supply `pullSecretRef` , the client still attemp…
-
Dragonfly rejects most of the commands during `TAKEN_OVER` state:
```c++
case GlobalState::TAKEN_OVER:
allowed_by_state = cid->name() == "REPLCONF" || cid->name() == "SAVE";
brea…
-
### What problem will this feature address?
To make `Dokploy` standout, it should offer a broad set of templates out of the box, so here is my proposal. I included checkmarks to make tracking easie…
-
Given the recent flap about Redis changing its license to one that doesn't meet the definition of open source software, do you plan to support either of the two major forks of Redis (Redict/Valkey) in…
-
Fresh clone of repo, issue the make command, it reports things are missing
```shell
[wkv@wkv6 wkvtools]$ git clone https://github.com/dragonflydb/dragonfly.git
Cloning into 'dragonfly'...
remote: …
-
Subscribe to this issue and stay notified about new [daily trending repos in C++](https://github.com/trending/c%2B%2B?since=daily).
-
I have a 3 nodes running dragonfly 1 master and 2 replicas.
The access to dragonfly instances is over haproxy with 2 backend: 1 for write (master) and 1 for read (master/replica)
The kernel versio…
-
Hi every, thanks for the great library. Been using rueidis for a while now with redis and my org is considering using dragonfly as a replacement. I brought up dragonfly locally using
```
docker ru…