-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 - MINID as in redis 6.2.0 #1454
Comments
I just found the xtrim MINID is missing too, but looks like it can be accessed anyway like this:
|
Thanks
…On Wed, 3 Mar, 2021, 8:38 PM gtrainavicius, ***@***.***> wrote:
I just found the xtrim MINID is missing too, but looks like it can be
accessed anyway like this:
r.execute_command('XTRIM', stream_name, 'MINID', '~', id)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1454 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5BLPRITRLP7PNJCMCDADLTBZGGHANCNFSM4YNB7LQQ>
.
|
I need this feature too 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version:3.5
Platform: Linux-pycharm
Description: XTRIM - eviction based on timestamp IDs using MINID as it is available from redis6.2.0...
will we get upgrades on this?
The text was updated successfully, but these errors were encountered: