Skip to content

Commit

Permalink
Merge pull request #71 from lBeJIuk/master
Browse files Browse the repository at this point in the history
Add SCAN_PREFIX and SCAN_NOPREFIX
  • Loading branch information
ukko authored Jan 22, 2021
2 parents fc859cb + 08a92fa commit dc9dd71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class Redis
*/
const SCAN_NORETRY = 0;
const SCAN_RETRY = 1;
const SCAN_PREFIX = 2;
const SCAN_NOPREFIX = 3;

/**
* Serializers
Expand Down

0 comments on commit dc9dd71

Please sign in to comment.