-
The Module data types provide a callback for defragmentation and this is called when the active defrag is in progress.
For modules to implement the defrag callback, we will need wrapper functions …
-
**Version**: valkey-py: 6.0.0 (installed using `pip install "valkey[libvalkey]"`) valkey: docker container valkey/valkey:8.0
**Platform**: Python 3.11.6 on Manjaro Linux
**Description**:
Shoul…
-
Hi,
I've got an error that I don't understand and can't resolve :/
I don't know if this is a bug or if I don't do right configuration.
When I try to connect with valkey-cli inside the valkey co…
-
**Is your feature request related to a problem? Please describe.**
Opening this ticket as requested by @stockholmux in [this](https://github.com/valkey-io/valkey-doc/pull/171#issuecomment-237410182…
-
Hi,
On the K8S cluster I have installed `valkey-operator:v0.0.11` in 'mynamespace'. The controller pod is up and running. Now I am trying to build a ValKey cluster using [valkey-cluster.yaml](http…
-
fcall_readonly and fcall_readonly_binary fails on valkey-8 when routing the command to a replica
temporary disabled the tests
-
BF.* commands should have a new "@bloom" ACL Category such that clients authenticated as a user with "@bloom" permissions can execute these commands.
This can be implemented using the valkey-module…
-
**Describe the bug**
Unsure if this is a significant issue, however I am looking at this commit: https://github.com/valkey-io/valkey/commit/3881f7850f9f81720315bd4f33f2f9dedcc242bb
where `SSL_li…
-
Hello @DPS0340,
Thank you for work on this area. I am trying to make valekey cluster run on the k8s and searching for an patched redis operator or a new operator, came across your git repo.
I cl…
-
One of the main reasons we've been using KeyDB has been their `EXPIREMEMBER` command. See: https://docs.keydb.dev/blog/2021/06/08/blog-post/
Implementing tags in Redis is problematic because set me…