redis 3.0.0

PHP extension for interfacing with Redis


This extension provides an API for communicating with Redis servers.

License: PHP

Changes

phpredis 3.0.0

This version of phpredis supports cluster and is intended for php versions
7.0.0 and higher. To compile cluster-enabled phpredis for older versions
of php, please use the 2.2.8 pecl package.

A huge thanks goes out to Sean DuBois for doing all the work required to get
phpredis working in php 7.0!

-- Improvements ---

* PHP 7 Support (Sean DuBois) [3159bd2, 567dc2f, daa4d9f, f2711e3, 9cb9d07,
9d51c89, 9ff8f49, 33bb629, cbdf65a, f30b7fd, c687a51, 6b3e773, 2bf8241,
771bd3d, 9221ca4, 4e00df6, e2407ca, 97fcfe6, 77e6200]
* Redis Cluster support
* Allow SINTERSTORE to take a single array argument again
* IPv6 support

--- Fixes ---

* config.w32 fix (Jan-E) [495d308, c9e0b682]
* Exception handling improvement (Jan-E) [314a2c3c]
* Unit test fix for max int value (Jan-E) [659ea2aa]
* unsigned long -> zend_ulong fix (Jan-E) [4d66e3d4]
* Visual Stuio 14 fixes (Jan-E) [ea98401c]
* Segfault fix when looking up our socket (ephemeralsnow) [0126481a]
* Allow '-' and '+' in ZRANGEBYLEX (Patrick Pokatilo) [8bfa2188]
* Documentation fixes (Ares) [54b9a0ec]
* php7 related memory leak fix (Stuart Carnie) [b75bf3b4]
* Potential segfault fix in cluster session (Sergei Lomakov) [661fb5b1]
* php7 related serialization leak fix (Adam Harvey) [c40fc1d8]