Ian Chan
|
126513f1fb
|
Added binding for GEORADIUSBYMEMBER, GEODIST AND GEOHASH.
Change-Id: Ia6144617f42629af4c022e595c444ddc6d66f1a3
|
2015-10-16 17:57:45 +03:00 |
Vladimir Mihailenco
|
0880b0b20c
|
Merge pull request #173 from go-redis/fix/pool-panic-on-retry
Fix pool panic on slow connection with MaxRetries > 0.
|
2015-10-13 13:27:14 +03:00 |
Vladimir Mihailenco
|
25164333ff
|
Fix pool panic on slow connection with MaxRetries > 0.
|
2015-10-13 12:10:04 +03:00 |
Vladimir Mihailenco
|
8ca66a53e6
|
Merge pull request #171 from go-redis/fix/format-cleanup
Remove unneeded formatting.
|
2015-10-08 15:04:08 +03:00 |
Vladimir Mihailenco
|
0944d0167b
|
Remove unneeded formatting.
|
2015-10-07 18:21:18 +03:00 |
Vladimir Mihailenco
|
4419b753c1
|
Merge pull request #170 from go-redis/fix/read-scan-reply
Add readScanReply.
|
2015-10-07 18:04:04 +03:00 |
Vladimir Mihailenco
|
25cb844f82
|
Add readScanReply.
|
2015-10-07 17:56:49 +03:00 |
Vladimir Mihailenco
|
5d95a32e25
|
Merge pull request #169 from go-redis/feature/geo
Feature/geo
|
2015-10-07 17:16:35 +03:00 |
Vladimir Mihailenco
|
e89ca81306
|
travis: test on Go 1.5.
|
2015-10-07 17:10:09 +03:00 |
Vladimir Mihailenco
|
b23b9b7727
|
Refactor reply parser.
|
2015-10-07 17:09:20 +03:00 |
Vladimir Mihailenco
|
2d37474474
|
travis: fix build.
|
2015-09-28 12:40:31 +03:00 |
Ian Chan
|
8a05670e7a
|
Added binding for GEOADD and GEORADIUS.
|
2015-09-28 11:11:46 +03:00 |
Vladimir Mihailenco
|
eef3fd78ef
|
Merge pull request #167 from go-redis/fix/clarify-thread-safety
Clarify thread safety. Fixes #166.
|
2015-09-12 09:45:37 +03:00 |
Vladimir Mihailenco
|
c809246d8b
|
Clarify thread safety. Fixes #166.
|
2015-09-12 09:36:03 +03:00 |
Vladimir Mihailenco
|
02154c3b3a
|
Merge pull request #164 from go-redis/fix/pubsub-receive-message
Add PubSub.ReceiveMessage.
|
2015-09-10 13:07:36 +03:00 |
Vladimir Mihailenco
|
9987f2abaa
|
Add PubSub.ReceiveMessage.
|
2015-09-06 13:54:04 +03:00 |
Vladimir Mihailenco
|
1e9f53a8e7
|
Merge pull request #163 from go-redis/fix/enable-unsafe
Enable unsafe.
|
2015-09-04 14:02:29 +03:00 |
Vladimir Mihailenco
|
a689c20777
|
Enable unsafe.
|
2015-09-04 13:30:37 +03:00 |
Vladimir Mihailenco
|
bd58c2dde4
|
Merge pull request #162 from go-redis/fix/get-rid-bufio
Get rid of custom bufio package.
|
2015-09-04 13:15:30 +03:00 |
Vladimir Mihailenco
|
58cb170ac0
|
Get rid of custom bufio package.
|
2015-09-03 18:41:35 +03:00 |
Vladimir Mihailenco
|
dace69da84
|
Merge pull request #158 from go-redis/fix/zadd-30
Add ZADD modifiers.
|
2015-09-03 17:23:59 +03:00 |
Vladimir Mihailenco
|
722a903fbd
|
Merge pull request #160 from robertabcd/fix-missing-arg
Fix missing argument.
|
2015-09-01 09:36:47 +03:00 |
Robert
|
5a976d17b8
|
Fix missing argument.
|
2015-09-01 13:27:19 +08:00 |
Vladimir Mihailenco
|
d2689feb56
|
Add ZADD modifiers.
|
2015-08-29 13:08:27 +03:00 |
Vladimir Mihailenco
|
152c38c687
|
Merge pull request #157 from go-redis/fix/disable-unsafe
Disable unsafe.
|
2015-08-26 09:55:43 +03:00 |
Vladimir Mihailenco
|
5dfdaafe04
|
Merge pull request #156 from go-redis/fix/SRandMemberN
Add SRandMemberN. Fixes #155.
|
2015-08-26 09:55:17 +03:00 |
Vladimir Mihailenco
|
fd51850c85
|
Merge pull request #153 from jeffpierce/master
Implemented ZRangeByLex and ZRevRangeByLex with tests.
|
2015-08-26 09:45:15 +03:00 |
Vladimir Mihailenco
|
03faf5daed
|
Disable unsafe.
|
2015-08-26 09:38:44 +03:00 |
Jeff Pierce
|
7cafa2f3a5
|
Fixed syntax on ZRevRangeByLex test.
|
2015-08-25 12:18:17 -07:00 |
Jeff Pierce
|
5498ba400d
|
Reverted change to struct ZRangeByScore, implemented ZRevRangeByLex.
|
2015-08-25 12:15:01 -07:00 |
Vladimir Mihailenco
|
9ead45f9e9
|
Add SRandMemberN. Fixes #155.
|
2015-08-25 14:02:16 +03:00 |
Jeff Pierce
|
15c887f700
|
Fixed tests.
|
2015-08-24 15:01:32 -07:00 |
Jeff Pierce
|
2abf5c5f14
|
Refactored zRangeByScore into zRangeBy.
|
2015-08-24 14:52:00 -07:00 |
Vladimir Mihailenco
|
73e1e9f501
|
Merge pull request #154 from arnaudbriche/master
Add MaxRetries to FailoverOptions
|
2015-08-24 18:52:59 +03:00 |
arnaud briche
|
8b26a9f71e
|
Add MaxRetries to FailoverOptions
|
2015-08-24 10:46:48 +02:00 |
Jeff Pierce
|
2de07f2493
|
Implemented ZRangeByLex with tests.
|
2015-08-22 20:38:37 -07:00 |
Vladimir Mihailenco
|
5710d68852
|
Merge pull request #152 from go-redis/fix/appengine-unsafe
Don't use unsafe on appengine. Fixes #151.
|
2015-08-21 11:54:55 +03:00 |
Vladimir Mihailenco
|
b7e0e5aa0d
|
Don't use unsafe on appengine. Fixes #151.
|
2015-08-21 11:23:52 +03:00 |
Vladimir Mihailenco
|
391c319c78
|
Merge pull request #150 from go-redis/feature/scan-example
Add Scan example. Fixes #149.
|
2015-08-19 12:29:36 +03:00 |
Vladimir Mihailenco
|
37782aca57
|
Add Scan example. Fixes #149.
|
2015-08-19 11:44:46 +03:00 |
Vladimir Mihailenco
|
5a3d095460
|
Merge pull request #145 from go-redis/fix/travis-test-go-tip
travis: run tests on Go tip.
|
2015-08-08 14:09:08 +03:00 |
Vladimir Mihailenco
|
bb8a57d395
|
travis: run tests on Go tip.
|
2015-08-08 13:49:27 +03:00 |
Vladimir Mihailenco
|
a4b3e099fc
|
Merge pull request #144 from go-redis/fix/document-expiration
Document zero expiration. Fixes #143.
|
2015-08-08 13:28:31 +03:00 |
Vladimir Mihailenco
|
d522cd5ae5
|
travis: use Redis 3.0.3 to fix the build.
|
2015-08-07 18:07:27 +03:00 |
Vladimir Mihailenco
|
c0b0c99ec5
|
Document zero expiration. Fixes #143.
|
2015-08-07 17:09:00 +03:00 |
Vladimir Mihailenco
|
0e6443b1ac
|
readme: add link to Redis cache.
|
2015-08-03 13:22:12 +03:00 |
Vladimir Mihailenco
|
fc28d0fa24
|
Merge pull request #138 from go-redis/fix/unsafe-conv
Use unsafe for bytes->string conversion.
|
2015-07-25 09:29:23 +03:00 |
Vladimir Mihailenco
|
3b2d097e41
|
Merge pull request #140 from go-redis/fix/benchmark-sizes
Benchmark set/get with bigger values.
|
2015-07-20 15:28:35 +03:00 |
Vladimir Mihailenco
|
a78354cb12
|
Benchmark set/get with bigger values.
|
2015-07-20 15:02:44 +03:00 |
Vladimir Mihailenco
|
c222cc95bf
|
Merge pull request #139 from go-redis/fix/bench-use-default-port
Fix benchmarks to use Redis on default port and FLUSHDB before run.
|
2015-07-18 11:36:08 +03:00 |