-
I've seen it pop up in a few places where it be ideal to know what the version of the replica is we are replicating too, to potentially send something it might understand (and be potentially more comp…
-
- Framework exists already
- Not fully implemented / tested
- Deploy as standard in docker-compose
- Redis or memcached? Valkey?
Currently we are hampered somewhat by the fact that the default d…
-
pifpaf imports [distutils](https://github.com/jd/pifpaf/blob/d37bae254a627c0aef2e760b697336080193681f/pifpaf/drivers/__init__.py#L24) and current release versions also import pkg_resources which was …
-
We should be able to rotate global password in such way that we will allow gradual updates of the clients connecting to Dragonfly.
The flow is as follows:
1. Allow Dragonfly to accept multiple pas…
-
**Describe the bug**
Valkey has now has a logo!
![valkey-logo-only](https://github.com/valkey-io/valkey-io.github.io/assets/1152927/a99acafe-5f0b-473a-b3ea-11021e07c7ef)
**Expected behavior*…
-
Hello Valkey Team,
While trying to build valkey 7.2.5 ( released ~3 weeks ago) I am getting the following error:
Command : make USE_SYSTEMD=yes
```
make[3]: Leaving directory '/root/valkey-7…
-
In `cmds/live.c`, There was stack use after return code.
`tmp_dirname` static char pointer would be not pointed stack allocation after `command_live()` call ended.
We can use `tmp_dirname` heap or f…
-
any reason not to offer an aarch64 image for apple users?
building on my mac m1 works:
```Dockerfile
FROM debian
ARG VERSION=7.2.5-rc1
RUN useradd -ms /bin/bash valkey
WORKDIR /home/valkey…
-
In valkey.conf and sentinel.conf, there are 2 parameters:
# syslog-ident redis
# syslog-ident sentinel
Do we need update syslog-ident redis to syslog-ident valkey or just keep it?
Thanks
-
Usability - when using disk-based replication from Valkey, we print "Starting full sync with Redis master` - could be nice to print the snapshot size as well.