Skip to content

Commit db594da

Browse files
committed
Update constants AFTER and BEFORE
1 parent 6bfe571 commit db594da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Redis.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
*/
3232
class Redis
3333
{
34-
const AFTER = '';
35-
const BEFORE = '';
34+
const AFTER = 'after';
35+
const BEFORE = 'before';
3636

3737
/**
3838
* Options

0 commit comments

Comments
 (0)