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

2524 Commits

Author SHA1 Message Date
b2e3463af1 Get rid of custom buffered reader. 2012-08-09 13:12:41 +03:00
ea3677294b Add installation instructions. 2012-08-06 17:17:18 +03:00
fa5858dbc4 Update readme. 2012-08-06 17:14:29 +03:00
b2805a5e04 Rename OneConnPool to SingleConnPool. 2012-08-06 17:04:30 +03:00
ee618a6290 Fix PubSubClient connection pool management. 2012-08-06 17:02:45 +03:00
1d3a223419 Check every req for error. 2012-08-06 15:45:38 +03:00
05223145e0 Change API and update tests. 2012-08-06 15:09:48 +03:00
c5c8ec6b0c Add support for connection initialisation. 2012-08-06 11:33:49 +03:00
4e6fa48b48 Cleanup. 2012-08-06 11:00:29 +03:00
b36e10bf80 Properly read replies that are bigger than read buffer. 2012-08-05 21:09:38 +03:00
19a5db6632 Add connnection pool and improve API. 2012-08-05 15:09:43 +03:00
859c5fb03b Add test for running commands from different goroutines. 2012-07-29 13:02:45 +03:00
2f284d75b8 readme: Add note about connection pool. 2012-07-29 12:54:23 +03:00
9d06871d6e Fix waiting reply on empty queue. 2012-07-29 12:51:29 +03:00
41137c2e6f Add pipelining support. 2012-07-29 12:42:00 +03:00
e02eaf485f readme: Fix code sample. 2012-07-27 17:23:18 +03:00
4814ee7600 Add sorted sets support. 2012-07-27 17:21:50 +03:00
10f9adac76 readme: Fix typo. 2012-07-27 14:54:29 +03:00
5af57e5ca6 Add custom command example. 2012-07-27 14:53:23 +03:00
9c5def7f1f Fix imports. 2012-07-27 14:43:30 +03:00
557a0f8403 Update README. 2012-07-27 12:51:21 +03:00
e73e87fc11 Improve API and perfomance. 2012-07-26 21:43:21 +03:00
153bd05fb7 Fix multi/exec and add more commands. 2012-07-26 18:16:17 +03:00
a74d9a5801 Initial commit. 2012-07-25 16:00:50 +03:00