Skip to content

Tags: mcjiffy/phpredis

Tags

2.2.5

Toggle 2.2.5's commit message
phpredis 2.2.5

This is a minor release with several bug fixes as well as additions to support
new commands that have been introduced to Redis since our last release.

A special thanks to everyone who helps the project by commenting on issues and
submitting pull requests!  :)

[NEW] Support for the BITPOS command
[NEW] Connection timeout option for RedisArray (@MiketoString)
[NEW] A _serialize method, to complement our existing _unserialize method
[NEW] Support for the PUBSUB command
[NEW] Support for SCAN, SSCAN, HSCAN, and ZSCAN
[NEW] Support for the WAIT command

[FIX] Handle the COPY and REPLACE arguments for the MIGRATE command

[DOC] Fix syntax error in documentation for the SET command (@mithunsatheesh)
[DOC] Homebrew documentation instructions (@mathias)

ra_autorehash

Toggle ra_autorehash's commit message
Addresses phpredis#294 and phpredis#442

ra_type_check

Toggle ra_type_check's commit message
Bugfix to RedisArray so we don't segfault

mget_skip_empty

Toggle mget_skip_empty's commit message

eval_timeout_segfault

Toggle eval_timeout_segfault's commit message
Addresses phpredis#437

incrbyfloat_docfix

Toggle incrbyfloat_docfix's commit message

incrby_float_prefix

Toggle incrby_float_prefix's commit message
Fixes phpredis#408

allow_null_set_options

Toggle allow_null_set_options's commit message
Addresses phpredis#407

srandmember_serialize

Toggle srandmember_serialize's commit message
Addresses phpredis#391

redis_array_pconnect

Toggle redis_array_pconnect's commit message
Addresses phpredis#394 and phpredis#395