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
Description: When using arrindex, the behavior for finding the last element of the array, and finding no element in the array is the same when default start and stop are unspecified.
For example, I have an array ['test', 'test2' and 'test3']
Version: redis-py 4.1.4, redis 6.2.7
Platform: Python 3.10.5 on MacOS 12.6.1
Description: When using arrindex, the behavior for finding the last element of the array, and finding no element in the array is the same when default start and stop are unspecified.
For example, I have an array ['test', 'test2' and 'test3']
When executing
The response is the same [-1].
It works fine when I search
The text was updated successfully, but these errors were encountered: