1 Star 0 Fork 0

hantaohuang/phpredis

标签名
描述
提交信息
操作

phpredis 5.2.2

  • Inexpensive liveness check, and making ECHO optional [56898f81] (Pavlo Yatsukhnenko)
  • Move AUTH to redis_sock_server_open [80f2529b](Pavlo Yatsukhnenko)
2020-05-06 00:11

phpredis 5.2.1-liveness

2020-04-17 22:27

phpredis 5.2.1

This is a bugfix release that fixes redis->zAdd arginfo as well as a
segfault when closing persistent connections.

2020-03-20 01:31

phpredis 5.2.0

  • There were no changes between 5.2.0RC2 and 5.2.0.

phpredis 5.2.0RC2

  • Include RedisSentinelTest.php in package.xml! [eddbfc8f] (Michael Grunder)
  • Fix -Wmaybe-uninitialized warning [740b8c87] (Remi Collet)
  • Fix improper destructor when zipping values and scores [371ae7ae]
    (Michael Grunder)
  • Use php_rand instead of php_mt_rand for liveness challenge string
    [9ef2ed89] (Michael Grunder)

phpredis 5.2.0RC1

This release contains initial support for Redis Sentinel as well as many
smaller bug fixes and improvements. It is especially of interest if you
use persistent connections, as we've added logic to make sure they are in
a good state when retreving them from the pool.

IMPORTANT: Sentinel support is considered experimental and the API
will likely change based on user feedback.


  • Initial support for RedisSentinel [90cb69f3, c94e28f1, 46da22b0, 5a609fa4,
    383779ed] (Pavlo Yatsukhnenko)

  • Houskeeping (spelling, doc changes, etc) [23f9de30, d07a8df6, 2d39b48d,
    0ef488fc, 2c35e435, f52bd8a8, 2ddc5f21, 1ff7dfb7, db446138] (Tyson Andre,
    Pavlo Yatsukhnenko, Michael Grunder, Tyson Andre)

  • Fix for ASK redirections [ba73fbee] (Michael Grunder)

  • Create specific 'test skipped' exception [c3d83d44] (Michael Grunder)

  • Fixed memory leaks in RedisCluster [a107c9fc] (Michael Grunder)

  • Fixes for session lifetime values that underflow or overflow [7a79ad9c,
    3c48a332] (Michael Grunder)

  • Enables slot caching for Redis Cluster [23b1a9d8] (Michael Booth)

  • Support TYPE argument for SCAN [8eb39a26, b1724b84, 53fb36c9, 544e641b]
    (Pavlo Yatsukhnenko)

  • Added challenge/response mechanism for persistent connections [a5f95925,
    25cdaee6, 7b6072e0, 99ebd0cc, 3243f426] (Pavlo Yatsukhnenko, Michael Grunder)

2020-03-02 10:10

phpredis 5.2.0RC2

  • Include RedisSentinelTest.php in package.xml! [eddbfc8f] (Michael Grunder)
  • Fix -Wmaybe-uninitialized warning [740b8c87] (Remi Collet)
  • Fix improper destructor when zipping values and scores [371ae7ae]
    (Michael Grunder)
  • Use php_rand instead of php_mt_rand for liveness challenge string
    [9ef2ed89] (Michael Grunder)

phpredis 5.2.0RC1

This release contains initial support for Redis Sentinel as well as many
smaller bug fixes and improvements. It is especially of interest if you
use persistent connections, as we've added logic to make sure they are in
a good state when retreving them from the pool.

IMPORTANT: Sentinel support is considered experimental and the API
will likely change based on user feedback.


  • Initial support for RedisSentinel [90cb69f3, c94e28f1, 46da22b0, 5a609fa4,
    383779ed] (Pavlo Yatsukhnenko)

  • Houskeeping (spelling, doc changes, etc) [23f9de30, d07a8df6, 2d39b48d,
    0ef488fc, 2c35e435, f52bd8a8, 2ddc5f21, 1ff7dfb7, db446138] (Tyson Andre,
    Pavlo Yatsukhnenko, Michael Grunder, Tyson Andre)

  • Fix for ASK redirections [ba73fbee] (Michael Grunder)

  • Create specific 'test skipped' exception [c3d83d44] (Michael Grunder)

  • Fixed memory leaks in RedisCluster [a107c9fc] (Michael Grunder)

  • Fixes for session lifetime values that underflow or overflow [7a79ad9c,
    3c48a332] (Michael Grunder)

  • Enables slot caching for Redis Cluster [23b1a9d8] (Michael Booth)

  • Support TYPE argument for SCAN [8eb39a26, b1724b84, 53fb36c9, 544e641b]
    (Pavlo Yatsukhnenko)

  • Added challenge/response mechanism for persistent connections [a5f95925,
    25cdaee6, 7b6072e0, 99ebd0cc, 3243f426] (Pavlo Yatsukhnenko, Michael Grunder)

2020-02-20 05:15

phpredis 5.2.0RC1

This release contains initial support for Redis Sentinel as well as many
smaller bug fixes and improvements. It is especially of interest if you
use persistent connections, as we've added logic to make sure they are in
a good state when retreving them from the pool.

IMPORTANT: Sentinel support is considered experimental and the API
will likely change based on user feedback.


  • Initial support for RedisSentinel [90cb69f3, c94e28f1, 46da22b0, 5a609fa4,
    383779ed] (Pavlo Yatsukhnenko)

  • Houskeeping (spelling, doc changes, etc) [23f9de30, d07a8df6, 2d39b48d,
    0ef488fc, 2c35e435, f52bd8a8, 2ddc5f21, 1ff7dfb7, db446138] (Tyson Andre,
    Pavlo Yatsukhnenko, Michael Grunder, Tyson Andre)

  • Fix for ASK redirections [ba73fbee] (Michael Grunder)

  • Create specific 'test skipped' exception [c3d83d44] (Michael Grunder)

  • Fixed memory leaks in RedisCluster [a107c9fc] (Michael Grunder)

  • Fixes for session lifetime values that underflow or overflow [7a79ad9c,
    3c48a332] (Michael Grunder)

  • Enables slot caching for Redis Cluster [23b1a9d8] (Michael Booth)

  • Support TYPE argument for SCAN [8eb39a26, b1724b84, 53fb36c9, 544e641b]
    (Pavlo Yatsukhnenko)

  • Added challenge/response mechanism for persistent connections [a5f95925,
    25cdaee6, 7b6072e0, 99ebd0cc, 3243f426] (Pavlo Yatsukhnenko, Michael Grunder)

2020-02-16 04:34
2019-11-11 15:37
2019-11-01 03:29
2019-10-09 20:16
2019-10-09 20:16
2019-07-29 22:49
2019-07-12 14:14
2019-07-02 14:23

5.0.0RC2

2019-06-26 03:58
2019-06-20 16:41
2019-03-14 03:59
2019-03-06 15:34
2019-02-25 19:47
2019-02-25 16:14

4.2.04.2.0

2018-11-18 08:16
1
https://gitee.com/codinghuang/phpredis.git
git@gitee.com:codinghuang/phpredis.git
codinghuang
phpredis
phpredis

搜索帮助