-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xtrim parameters regression? #283
Comments
@kwisath Hi there, thanks for the report! That's strange. Carmine's If there's an incorrect entry in I'm planning to cut a major new Carmine release by the end of June, will take a closer look at this as part of that batched work. As a temporary workaround in the meantime, you can always use Carmine's redis-call API to send arbitrary commands to Redis. |
Thanks @ptaoussanis !
The |
👍 PR welcome if you feel like taking a stab at updating the parser, otherwise I'll try take a look myself as part of the work for the upcoming v3.3. Thanks again for pinging about this! Cheers :-) |
Closing, this will be addressed in forthcoming release. |
On the commands.edn file of commit 5f9f6b2 XTRIM is defined as follows
while the traditional way in which it was defined was
Note that the new version has
:fn-params-more nil
which prevents xtrim from being called like(car/xtrim stream :MINID "~" last-ts)
. Per https://redis.io/commands/xtrim/ this type of invocation should be possible (and was totally possible and working as a charm in previous versions of the library due to the& args
in:fn-params-more
).The text was updated successfully, but these errors were encountered: