diff --git a/src/Redis.php b/src/Redis.php index 55eab0a..e68e820 100644 --- a/src/Redis.php +++ b/src/Redis.php @@ -1569,7 +1569,7 @@ public function sPop($key) * * // array(2) { * // [0]=> string(2) "one" - * // [1]=> string(2) "three" + * // [1]=> string(5) "three" * // } * */