-
valkey/valkey:8
-
With Redis moving to a proprietary license, a lot of development has shifted to https://github.com/valkey-io/valkey
Any plans to support?
-
**What package is missing from Amazon Linux 2023? Please describe and include package name.**
`valkey-cli` is recommended to connect to the ElastiCache for Valkey.
upstream: https://github.com/…
-
We would like to integrate [Valkey-GLIDE](https://github.com/valkey-io/valkey-glide) as an additional supported driver in Spring Data Redis.
Valkey-GLIDE offers features that could be beneficial fo…
-
Could you please provide the benchmark results for Valkey and Dragonfly?
-
`valkey-server --save "" --unixsocket ./valkey.sock --unixsocketperm 777`
```
from valkey import Valkey
v = Valkey.from_url("unix://valkey.sock")
# or
v = Valkey.from_url("unix://./valkey.s…
-
### Name and Version
bitnami/valkey-sentinel:7.2.7
### What architecture are you using?
None
### What steps will reproduce the bug?
running valkey:7.2.7 fails: `Unrecognized sentinel configuratio…
-
### Description
The same scenario as Elasticsearch/Opensearch is happening with Redis/Valkey (starting from Redis 7.4).
Shouldn't Valkey support be added too ? (and drop redis support in 2.4.8 ?…
-
### Problem Statement
[Valkey](https://valkey.io/) is an open-source fork of Redis. We have an integration for Redis, but not for Valkey yet.
### Solution Brainstorm
Consider creating an integratio…
-
I have AWS Memorydb with Valkey 7.2 using valkey-py 6.0.2 for vector search use case. The following vector query works well with valkey-py
` base_query = f"(*)=>[KNN {limit} @{q_vector_name} $vec A…