You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis 6.0.6 will support a new command called LPOS
The command returns the index of matching elements inside a Redis list. By default, when no options are given, it will scan the list from head to tail, looking for the first match of "element". If the element is found, its index (the zero-based position in the list) is returned. Otherwise, if no match is found, NULL is returned.
Version: redis 6.0.6
Platform: all
Description: This is no bug report but a notification of the new command.
The text was updated successfully, but these errors were encountered:
Redis 6.0.6 will support a new command called LPOS
Version: redis 6.0.6
Platform: all
Description: This is no bug report but a notification of the new command.
The text was updated successfully, but these errors were encountered: