If I have an array in Redis database below [1,1,1,1,1,1,1,2,3,4] I need to get the index range in the array where value '1' contains. That means my answer should be 0-6 index range
If I have an array in Redis database below [1,1,1,1,1,1,1,2,3,4] I need to get the index range in the array where value '1' contains. That means my answer should be 0-6 index range