-
Pretty sure Redis is ded like Terraform is. Awkies.
-
Add caching with [valkey](https://github.com/valkey-io/valkey). This will prevent multiple queries from being run to build users etc when values are in cache.
-
CentOS 7 is EoL, we should replace it with the replacement which is CentOS Stream. CentOS Stream is about to be EoL https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-…
-
Semver seems good to me.
-
Are you going to "fork" them too?
-
Follow-up of #245.
TIMEOUT 0 is interpreted as the default value (2 seconds?) which is counter-intuitive given that TIMEOUT 1 is 1ms.
It's better that TIMEOUT 0 bypasses replication-before-execu…
-
In commit 83ea69d54bea72e1df9a2647ee101c73deb86d44, a redis session handler was intrododuced. But the file `/usr/local/etc/php/conf.d/redis-session.ini` can not be written when using a non-root image,…
-
We need help updating the documentation to update all references of Redis to Valkey outside of the command references (which was previously completed in https://github.com/valkey-io/valkey-doc/pull/4)…
-
- 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…
-
I am unable to install through pip. Perhaps you can help support uploading it