Closed steve-numeus closed 2 years ago
Thanks for the proposal! I'll add an overload for it.
Before that, you can use the generic interface to send XTRIM command with MINID:
redis.command<long long>("XTRIM", key, "MINID", id, "LIMIT", count);
Regards
Great, thanks!
@steve-numeus This feature is done. Please take the latest code to have a try.
Regards
Thank you!
Take it easy. If you like the project, feel free to spread it and star it :)
Regards
Is your feature request related to a problem? Please describe. Currently only
XTRIM MAXLEN
is supported by redis-plus-plus; however redis also supportsXTRIM MINID
Describe the solution you'd like Add
MINID
overload toxtrim