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

40 Commits

Author SHA1 Message Date
092698ecd3 Tweak transaction API. 2016-05-02 15:54:15 +03:00
38be24b025 Scan: swap return values and change cursor type. 2016-04-26 16:08:31 +03:00
7456a0e473 Add scan iterator. 2016-04-26 15:01:49 +03:00
38d30a4bab Use redis.v4 that is in alpha/beta state. 2016-04-09 13:27:16 +03:00
5e5a540eb1 Accept interface{} in Eval. Fixes #243. 2016-04-09 11:01:33 +03:00
3e2da01875 Add redis cluster benchmark results. 2016-03-19 16:55:47 +02:00
f47fb47df0 Extract race tests to separate file. Add more race tests. 2016-03-16 19:45:35 +02:00
956d6c508b Try to fix flaky test. 2016-03-15 14:45:04 +02:00
e37202e605 Skip flaky tests. 2016-03-14 19:38:22 +02:00
46790aa060 Add race test for big vals. Copy connection to avoid race with PubSub. 2016-03-14 16:34:15 +02:00
ef5ccc12ae Add tests for conn reaper. 2016-03-12 14:42:12 +02:00
36487d8462 Stabilize build. 2015-12-22 12:08:35 +02:00
f9e280505c Merge pull request #197 from shagabutdinov/docs/blpop-example
docs: add BLPop example
2015-11-25 12:23:48 +02:00
d9278e3d74 add BLPop example 2015-11-25 14:44:26 +06:00
b6b689904a Fix test. 2015-11-22 17:53:44 +02:00
7ea220f54d Merge pull request #190 from go-redis/fix/multi-example
Improve Tx example.
2015-11-15 11:12:49 +02:00
f766eb0209 Improve Tx example. 2015-11-15 10:23:47 +02:00
9987f2abaa Add PubSub.ReceiveMessage. 2015-09-06 13:54:04 +03:00
37782aca57 Add Scan example. Fixes #149. 2015-08-19 11:44:46 +03:00
c0b0c99ec5 Document zero expiration. Fixes #143. 2015-08-07 17:09:00 +03:00
d7edae84cf pubsub: improve API and docs. 2015-07-11 13:42:44 +03:00
f901321d84 pubsub: add PING support. 2015-07-11 13:12:47 +03:00
c9fb737f06 Better Script example. 2015-06-16 10:40:14 +03:00
faa7ed46bd Add Ring example. Improve existing examples. 2015-06-05 15:02:57 +03:00
f6ef0fd342 Add basic example how to use Redis Cluster. Unify comments. 2015-05-23 16:35:30 +03:00
36fcbb1f94 Update readme for v3. 2015-05-23 14:43:49 +03:00
f79308a137 Rewrite PubSub example. 2015-05-23 14:15:58 +03:00
18ea75d2ad Release redis.v3 beta. 2015-05-14 16:24:19 +03:00
121cfc5792 Remove deprecated funcs. 2015-05-02 16:22:06 +03:00
2dc61d458a Refactor Set, SetNX and SetXX with expiration. 2015-03-30 16:49:08 +03:00
95cd890e40 Fix example. 2015-01-30 15:41:57 +02:00
1a56e736aa Fixing travis build 2015-01-25 12:45:33 +00:00
f6bca78168 Migrates tests to ginkgo/gomega 2015-01-25 11:56:03 +00:00
9ac69a08db Add StringCmd helpers. 2014-07-31 15:18:23 +03:00
ffe62d60e2 Add example for failover client. 2014-07-13 15:49:46 +03:00
1b515b695a Bump version. 2014-07-02 18:04:04 +03:00
a4e8681a0d Fix examples. 2014-07-02 17:55:00 +03:00
a042cdda74 Redis Sentinel support. 2014-06-14 14:46:11 +03:00
3bea997988 all: switch to gopkg.in. 2014-05-11 10:44:22 +03:00
a07e186fb3 Fix all examples in readme. Req now implements Stringer interface for debugging purposes. 2013-02-17 18:49:17 +02:00