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
As of #1559 (for Lettuce) and #2564 (for Jedis) TYPE parameter in SCAN commands is supported by both clients.
Lettuce supports it with KeyScanArgs while Jedis simply added an additional parameter to their scan commands. ScanOptions currently does not offer the type field and I couldn't find a way to perform this type of SCAN without directly accessing the underneath repositories.
The text was updated successfully, but these errors were encountered:
As of #1559 (for Lettuce) and #2564 (for Jedis) TYPE parameter in SCAN commands is supported by both clients.
Lettuce supports it with KeyScanArgs while Jedis simply added an additional parameter to their scan commands.
ScanOptions currently does not offer the
type
field and I couldn't find a way to perform this type of SCAN without directly accessing the underneath repositories.The text was updated successfully, but these errors were encountered: