You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Should hexpire be exposed as a command in Valkey-py if Valkey doesn't support it?
Ideally hexpire is implemented, and everything is fine, but now it seems to be in a weird limbo state.
How to reproduce:
Run container: docker run -it --rm -p 6379:6379 --name valkey valkey/valkey:8.0
Hi! Thanks for the report!
You are indeed absolutely right!
That command should not be in Valkey-py.
We can remove it in the next major version, for now I think we need to keep it (just in case).
I'll drop it from the doc and keep this issue open as a reminder.
Thanks again!
Support for this commands may come in the future[1].
But it will take some time, so for now it's better
to drop them.
This is a breaking change for 6.1.
Close#78
[1]: valkey-io/valkey#640
Signed-off-by: Salvatore Mesoraca <[email protected]>
Version: valkey-py: 6.0.0 (installed using
pip install "valkey[libvalkey]"
) valkey: docker container valkey/valkey:8.0Platform: Python 3.11.6 on Manjaro Linux
Description:
Should
hexpire
be exposed as a command in Valkey-py if Valkey doesn't support it?Ideally
hexpire
is implemented, and everything is fine, but now it seems to be in a weird limbo state.How to reproduce:
Run container:
docker run -it --rm -p 6379:6379 --name valkey valkey/valkey:8.0
python:
The text was updated successfully, but these errors were encountered: