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
The query for count all the elements inside an index does not work using lettucemod. connection.sync().ftSearch(INDEX_NAME, "*", SearchOptions.<String, String>builder() .limit(0, 0) .build())
this returns nothing while issuing query through redis-cli correct number is returned,
The text was updated successfully, but these errors were encountered:
The query for count all the elements inside an index does not work using lettucemod.
connection.sync().ftSearch(INDEX_NAME, "*", SearchOptions.<String, String>builder() .limit(0, 0) .build())
this returns nothing while issuing query through redis-cli correct number is returned,
The text was updated successfully, but these errors were encountered: