2360 Commits

Author SHA1 Message Date
Pavlo Yatsukhnenko a0f6a24ad7 5.1.0 5.1.0 2019-10-31 21:37:59 +02:00
Pavlo Yatsukhnenko d9b8df93dc 5.1.0RC2 2019-10-31 21:23:00 +02:00
Pavlo Yatsukhnenko 351ccef1d5 Update changelog 2019-10-31 21:19:26 +02:00
Pavlo Yatsukhnenko d6f48fefa3 Merge pull request #1660 from phpredis/issue-1657
Issue #1657
2019-10-31 20:10:53 +02:00
Pavlo Yatsukhnenko 53a8bcc7a9 Issue #1657
Allow to specify schema for session handler.
2019-10-26 17:54:27 +03:00
Pavlo Yatsukhnenko 8e5e239b0e Merge pull request #1656 from rlunar/HyperLogLogs
Hyper log logs
2019-10-23 10:20:38 +03:00
Roberto Luna Rojas 9686757acc HyperLogLogs- pfMerge 2019-10-22 22:51:47 -04:00
Roberto Luna Rojas 96a0f0c343 HyperLogLogs - pfCount 2019-10-22 22:37:03 -04:00
Roberto Luna Rojas 75a6f3fa97 HyperLogLogs - pfAdd 2019-10-22 22:25:42 -04:00
Pavlo Yatsukhnenko 8739fa5fa8 Update changelog 2019-10-21 08:44:19 +03:00
Alexander Schranz 4ab1f940d8 Fix example 2019-10-14 16:13:14 -07:00
Alexander Schranz 99ec24b361 Add documentation for zpopmin and zpopmax 2019-10-14 16:13:14 -07:00
Pavlo Yatsukhnenko 8ee4abbc3f Dead code generic_unsubscribe_cmd 2019-10-11 11:37:21 -07:00
Pavlo Yatsukhnenko 4ff9bd7961 Merge pull request #1648 from phpredis/issue-smart
missing nul byte
2019-10-09 20:09:17 +03:00
Remi Collet 8bc2240c15 missing nul byte 2019-10-09 14:48:41 +02:00
Pavlo Yatsukhnenko 62fd5a3b5d Update changelog 2019-10-09 12:51:19 +03:00
Pavlo Yatsukhnenko 6dda8d42e8 Update changelog 2019-10-09 12:47:04 +03:00
Pavlo Yatsukhnenko 9910669601 Merge pull request #1647 from phpredis/issue-1631
Issue #1631
2019-10-08 21:04:12 +03:00
Pavlo Yatsukhnenko 2bb086802e Issue #1631 2019-10-07 15:00:36 +03:00
Pavlo Yatsukhnenko 7c6c43a6ac Fix segfault in zend_destroy_rsrc_list 2019-10-06 23:06:20 +03:00
Pavlo Yatsukhnenko ee56458c8f Merge pull request #1644 from phpredis/issue-1643
Issue #1643
2019-10-06 10:24:57 +03:00
michael-grunder 3a622a07ba Also set error for hGetAll and lower error len by 1 2019-10-05 15:57:27 -07:00
Pavlo Yatsukhnenko 7f42d628ba Issue #1643
Set error message and fix memory leak.
2019-10-06 00:20:07 +03:00
Pavlo Yatsukhnenko c0db75b5ac Fix coverity scan warnings 2019-10-05 20:23:16 +03:00
Pavlo Yatsukhnenko a080b73f07 Fix unix-socket detection logic broken in 418428fa 2019-09-29 23:28:05 +03:00
Pavlo Yatsukhnenko fdada7ae2d Use zend_register_persistent_resource_ex 2019-09-29 22:55:16 +03:00
Pavlo Yatsukhnenko d7b6e9d4bb Revert "Use negative port number to indicate unix socket"
This reverts commit 3d8b85259c.
2019-09-25 13:26:40 +03:00
Pavlo Yatsukhnenko 3d8b85259c Use negative port number to indicate unix socket 2019-09-25 10:26:32 +03:00
Paweł Niedzielski 92b3f5d782 Explicitly state that ping return type changed 2019-09-16 22:26:31 -07:00
michael-grunder b114fc26f1 Use pecalloc for consistency 2019-08-27 12:05:58 -07:00
michael-grunder 0d6d3fdde3 Also attach slaves when caching cluster slots
Addresses #1613
2019-08-27 12:05:58 -07:00
Pavlo Yatsukhnenko 9c8f8e077e Merge pull request #1609 from phpredis/redis-session-auth
Refactor redis_session
2019-08-20 10:39:04 +03:00
michael-grunder b9dece2baf Update PING documentation
Related to #1619
2019-08-11 17:06:21 -07:00
Sandstrom a98a3fbd20 Updated README with correct return value for ping command 2019-08-11 21:40:44 +02:00
Pavlo Yatsukhnenko 6e4a7b2575 Update changelog 2019-08-09 16:23:46 +03:00
Pavlo Yatsukhnenko 1a751ca289 Update changelog 2019-08-09 16:19:55 +03:00
Pavlo Yatsukhnenko 128e6bdced Update changelog 2019-08-09 16:12:03 +03:00
Pavlo Yatsukhnenko 7ef17ce1a3 Issue #1602
Fix 1f41da64 was reverted because it broke unix sockets with relative
path and exception messages in redis.c and library.c
2019-08-09 16:05:36 +03:00
Pavlo Yatsukhnenko 17b139d841 Revert "Fix "No such file or directory" when connecting to ports >= 32768 (#1602)"
This reverts commit 1f41da64fe.
2019-08-09 15:55:02 +03:00
Pavlo Yatsukhnenko fbe0f804bc Issue #1618
This commit fixes regression added in 112c77e3
2019-08-09 15:10:05 +03:00
ljack-adista 458a3d8c0c Fix cluster.markdown 2019-08-08 10:21:45 -07:00
Jacob Dreesen b162262ea9 Fix wording: 'latest' should be 'last'
"Latest" means most recent, whereas "last" means that nothing will follow.
2019-08-08 10:20:39 -07:00
Jacob Dreesen d9a6366c14 Fix wording: 'latest' should be 'last'
"Latest" means most recent, whereas "last" means that nothing will follow.
2019-08-08 10:20:39 -07:00
michael-grunder d310ed7c8d Add RedisCluster overallocation fix to changelog 2019-07-31 13:46:38 -07:00
michael-grunder cf93649ec1 Fix overallocation in directed cluster MULTIBULK handling.
Addresses #1611
2019-07-31 13:41:06 -07:00
Pavlo Yatsukhnenko b565c84f13 Update Changelog.md 2019-07-29 18:32:46 +03:00
Pavlo Yatsukhnenko e4f3b9ebc0 Update Changelog.md
Fix commit links
2019-07-29 17:44:28 +03:00
Pavlo Yatsukhnenko 4a4e44f735 Update Changelog.md 2019-07-29 17:08:22 +03:00
Pavlo Yatsukhnenko 91a8e73441 Refactor redis_session
Use strpprintf instead of zend_string_alloc + memcpy.
2019-07-27 21:03:23 +03:00
Pavlo Yatsukhnenko 7071438390 TravisCI: remove redis-trib dependency 2019-07-24 22:41:16 +03:00