1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-18 00:20:57 +03:00
Commit Graph

67 Commits

Author SHA1 Message Date
d7c44c7899 Better rate limited message. 2015-12-22 15:45:03 +02:00
ade3425870 multi: fix recovering from bad connection. 2015-11-14 14:44:16 +02:00
25164333ff Fix pool panic on slow connection with MaxRetries > 0. 2015-10-13 12:10:04 +03:00
ba4682c2a3 Fix benchmarks to use Redis on default port and FLUSHDB before run. 2015-07-18 11:22:42 +03:00
fc04a09033 Fix flaky test. 2015-06-03 14:36:48 +03:00
18ea75d2ad Release redis.v3 beta. 2015-05-14 16:24:19 +03:00
f3f44aefbe Fix pool to close all connections when client is closed. 2015-05-05 12:17:44 +03:00
e6d90baaf8 Add very basic cluster benchmark. Cleanup other benchmarks. 2015-04-28 18:14:19 +03:00
3cf14884c9 Fixed test 2015-04-22 08:50:37 +01:00
750d14fe21 Ensure all new connections are initialised 2015-04-22 08:32:54 +01:00
d3fb658fef Fix pool waiting for connection that was removed. 2015-04-17 15:42:35 +03:00
9f9822edd2 Use a lock-free connection pool 2015-01-31 13:20:37 +00:00
c3ab344f84 Improve benchmark 2015-01-31 12:01:21 +00:00
fe4c2d4918 Added benchmark 2015-01-31 11:56:23 +00:00
689f061943 Relax pool test conditions. 2015-01-31 09:53:08 +02:00
377d92ae1a Relax test condition. 2015-01-30 16:58:26 +02:00
f6bca78168 Migrates tests to ginkgo/gomega 2015-01-25 11:56:03 +00:00