Seeking for some help about the LRANGE and LTRIM CMD #187
Unanswered
zhangfeizaici
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @zhangfeizaici, if I understand it correctly, you would like to access the LRANGE and LTRIM functions directly in miniredis, without going through a redis client? Something along these lines: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now I'm using the miniredis in my project for test.I find that the LRANGE and LTRIM cmd is supported in the readme. But they are not among in the exported functions of miniredis server.So I have to parse the result of client.Do which is really complex.Is there any plan to support these cmd in the future? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions