phpredis icon indicating copy to clipboard operation
phpredis copied to clipboard

zRange is not work

Open youjiawang opened this issue 9 years ago • 1 comments

$this->redis->zRange( $key, $start, -1, false ); return null; $this->redis->zRange( $key, $start, -1, TRUE); is not corrent php 7.0.2

youjiawang avatar Jan 14 '16 07:01 youjiawang

@youjiawang This PR moved here, https://github.com/phpredis/phpredis/tree/php7, this branch is working well under php7.

Jerry-Shaw avatar Jan 15 '16 04:01 Jerry-Shaw