phpredis icon indicating copy to clipboard operation
phpredis copied to clipboard

A PHP extension for Redis

Results 5 phpredis issues
Sort by recently updated
recently updated
newest added

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

Hi, all. My first time here. I've found a problem on the function: hGetAll() of the windows build for php7 from Jan-E, downloaded from Apache Lounge yesterday. Here are the...

Hi, there. I got another problem on hMGet. Based on the latest binary from Jan-E. hMGet functoin will make PHP-CGI crashed somehow. But hGet function is OK.

Seems all string length uses int , which should introduce problems (segfault etc) after parameters parsing... like: ``` c /* {{{ proto array Redis::info() */ PHP_METHOD(Redis, info) { zval *object;...