1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-14 01:21:30 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
58cb170ac0 Get rid of custom bufio package. 2015-09-03 18:41:35 +03:00
3c1f2bd45a Allow setting and scaning interface{} values. 2015-07-11 11:54:26 +03:00
a8fe55571b pool: put connection to the list before returning it. 2015-06-03 16:45:46 +03:00
55f551a447 multi: remove confusing comment. 2015-05-18 14:59:39 +03:00
a5891da2f6 Simplify internal API 2015-04-17 14:18:44 +01:00
c21e5f3255 Add Redis Cluster support. 2015-03-19 11:19:55 +02:00
b11853c050 Allow Pipelined funcs to return error. 2014-07-02 16:18:19 +03:00
678b8b3667 Cleanup. 2014-06-28 14:47:37 +03:00
5f52b5823f pool: rate limit number of open connections. 2014-05-15 14:21:37 +03:00
3bea997988 all: switch to gopkg.in. 2014-05-11 10:44:22 +03:00
037888ee0f multi: Restrict Discard usage. 2012-08-25 22:51:42 +03:00
dbcfb0984e redis: Rename mtx to reqsMtx. 2012-08-25 22:44:53 +03:00
ee844aaf1d multi: Properly reset client in case of empty transaction. 2012-08-25 21:54:35 +03:00
303687e438 multi: Use mutex to sychronize reads and writes. 2012-08-20 12:10:00 +03:00
5e2cce4853 Micro-optimize loop. 2012-08-20 11:40:27 +03:00
9764065750 Reuse connections to Redis during tests. 2012-08-19 23:59:52 +03:00
11e1783560 Review API. 2012-08-17 21:36:48 +03:00
a2f5423658 Reuse buffer for constructing request. 2012-08-14 18:20:22 +03:00
625adac9ab multi: Improve API. 2012-08-13 14:45:32 +03:00
59f901d62f parser: greatly simplify reply parsing. 2012-08-12 21:41:44 +03:00
2f4156dd04 Extract pipeline and multi/exec support to separate files. 2012-08-11 17:42:10 +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