Skip to content

Commit 79b5b69

Browse files
committed
Update constants ATOMIC, MULTI and PIPELINE
1 parent db594da commit 79b5b69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Redis.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ class Redis
6666
/**
6767
* Multi
6868
*/
69-
const MULTI = '';
70-
const PIPELINE = '';
69+
const ATOMIC = 0;
70+
const MULTI = 1;
71+
const PIPELINE = 2;
7172

7273
/**
7374
* Type

0 commit comments

Comments
 (0)