标签:Non Thread Windows Safe redis TS 2.2 PHP
redis 2.2.7 for Windows
Package Information |
Summary |
PHP extension for interfacing with Redis |
Maintainers |
Nicolas Favre-Felix (lead) [details] Michael Grunder <michael dot grunder at gmail dot com> (lead) [details] Pavlo Yatsukhnenko (lead) [details] |
License |
PHP |
Description |
This extension provides an API for communicating with Redis servers. |
Homepage |
https://github.com/phpredis/phpredis/ |
Release notes Version 2.2.7 (stable) |
phpredis 2.2.7
-- Improvements ---
* Implemented PFADD, PFMERGE, and PFCOUNT command handling * Implemented ZRANGEBYLEX command (holding off on ZREVRANGEBYLEX as that won't be out until 3.0) * Implemented getMode() so clients can detect whether we're in ATOMIC/MULTI/PIPELINE mode. * Implemented rawCommand() so clients can send arbitrary things to the redis server * Implemented DEBUG OBJECT (@michael-grunder, @isage) * Added/abide by connect timeout for RedisArray * Select to the last selected DB when phpredis reconnects
-- Fixes ---
* Fix a possible invalid free in _serialize * Added SAVE and BGSAVE to "distributable" commands for RedisArray * @welting -- Fixed invalid "argc" calculation re HLL commands * Allow clients to break out of the subscribe loop and return context. * Fixes a memory leak in SCAN when OPT_SCAN_RETRY id. * @remicollet -- Fix possible segfault when igbinary is enabled. * Add a couple of cases where we throw on an error (LOADING/NOAUTH/MASTERDOWN) * Fix several issues with serialization NARY * @itcom -- Fix missing TSRMLS_CC and a TSRMLS_DC/TSRMLS_CC typo |
|
In case of missing DLLs, consider to contact the PHP for Windows Team.
标签:Non,
Thread,
Windows,
Safe,
redis,
TS,
2.2,
PHP
From: https://www.cnblogs.com/jmbt/p/16623151.html