-
With #59, We rollout from replicas to master to new version of Dragonfly image,
This considers that the replication protocol does not change much and works
between versions.
Because we can't guar…
-
**Describe the bug**
- while comparing dragonflydb to redis 7.2.3 / keydb, our instance of dragonfly was using on average 3-4x the amount of memory (not used_memory, but used_memory_rss)
- as a re…
-
While all our testing plans are around instances going down, etc. It's also important to have testing
that includes a redis client and its reaction to instances going down, etc.
-
Allow users to set a password for their dragonfly instance through a secret.
We should have to use the same secret from the Operator to run commands.
-
functional tests crashes if client tracking is used (due to lack of listener)
```
[ RUN ] ServerFamilyTest.ClientTracking …
-
Is there a plan to sync operator releases with dragonfly?
Since its last release, which uses dragonfly 1.12.0, there's been two dragonfly releases (12.1 and 13.0).
-
**Describe the bug**
Current link (https://github.com/dragonflydb/dragonfly/pkgs/container/dragonfly/helm/dragonfly) returns a 404
**To Reproduce**
Steps to reproduce the behavior:
1. Go to ht…
-
**Describe the bug**
When attempting to use dragonfly as a dependency in a helm chart, execuing `helm dependency update` errors with 403
**To Reproduce**
Steps to reproduce the behavior:
1. Crea…
-
While the Operator that works on `kind`, etc should probably
work on popular user facing distributions like EKS, GKE, AKS, etc.
It's better to test it against them to gain confidence and see
if the…
-
**Is your feature request related to a problem? Please describe.**
The redis bloom module is very popular. Probabilistic data structures are required for many problems.
**Describe the solution you…