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
When using dyno_scan to find keys with pattern the call goes into infinite loop and never finishes. The condition for isComplete never seem to return true because cursor value is never 0 after it scrolls.
When using dyno_scan to find keys with pattern the call goes into infinite loop and never finishes. The condition for isComplete never seem to return true because cursor value is never 0 after it scrolls.
com.netflix.dyno.jedis.CursorBasedResultImpl#isComplete
Here is the sample code I used to test the same
` System.out.println("SCAN TEST -- begin");
String keyPattern = "SetKey-41*";
The text was updated successfully, but these errors were encountered: