I am running Redix using what I believe is the latest docker image:
ghcr.io/alash3al/redix:5.2.0
But doing a quick test with redis-cli and postgres 17.6 as the backend I am getting this error:
127.0.0.1:6380> keys *
(error) Err unknown command keys
I did some research on the project issues and I found this comment that implies this feature already exists:
#12 (comment)
So I am a little confused, am I using the wrong docker image? Or has this feature been removed since the comment above was made?
Finally, if this is not implemented would it be ok if I pushed a PR adding this command?
Regards, Vini
I am running Redix using what I believe is the latest docker image:
ghcr.io/alash3al/redix:5.2.0
But doing a quick test with redis-cli and postgres 17.6 as the backend I am getting this error:
I did some research on the project issues and I found this comment that implies this feature already exists:
#12 (comment)
So I am a little confused, am I using the wrong docker image? Or has this feature been removed since the comment above was made?
Finally, if this is not implemented would it be ok if I pushed a PR adding this command?
Regards, Vini