We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc859cb + 08a92fa commit dc9dd71Copy full SHA for dc9dd71
src/Redis.php
@@ -36,6 +36,8 @@ class Redis
36
*/
37
const SCAN_NORETRY = 0;
38
const SCAN_RETRY = 1;
39
+ const SCAN_PREFIX = 2;
40
+ const SCAN_NOPREFIX = 3;
41
42
/**
43
* Serializers
0 commit comments