Vladimir Mihailenco
|
ea5960170f
|
Merge pull request #377 from go-redis/fix/cmdable-pipeline
Add Pipeline to Cmdable.
|
2016-09-27 12:36:54 +03:00 |
Vladimir Mihailenco
|
0b706418d9
|
Add Pipeline to Cmdable.
|
2016-09-27 09:29:21 +00:00 |
Vladimir Mihailenco
|
1c402b7989
|
Merge pull request #376 from evalphobia/feature/disable-cluster-idlecheck
Disable idle checks for cluster connection
|
2016-09-27 12:20:32 +03:00 |
evalphobia
|
8f5aeb7065
|
Disable idle checks for cluster connection
|
2016-09-27 14:13:33 +09:00 |
Vladimir Mihailenco
|
c0b792a059
|
Don't panic when cluster does not have valid nodes.
|
2016-09-23 11:52:19 +00:00 |
Vladimir Mihailenco
|
938235994e
|
Merge pull request #371 from go-redis/fix/try-go14-fix
Try to fix Go 1.4.
|
2016-09-14 14:04:51 +03:00 |
Vladimir Mihailenco
|
db90f3638c
|
Merge pull request #369 from rogerclotet/fix/cmdable-iface
Remove unexported functions from Cmdable interface
|
2016-09-14 14:00:50 +03:00 |
Vladimir Mihailenco
|
04cdc41cc4
|
Try to fix Go 1.4.
|
2016-09-14 11:00:34 +00:00 |
Roger Clotet
|
39333495f9
|
Remove unexported functions from Cmdable interface
|
2016-09-14 12:47:46 +02:00 |
Vladimir Mihailenco
|
1a0bda80bf
|
Merge pull request #368 from go-redis/fix/cmdable-iface
Fix Cmdable interface.
|
2016-09-14 13:09:16 +03:00 |
Vladimir Mihailenco
|
73b28d0372
|
Fix Cmdable interface.
|
2016-09-14 10:01:56 +00:00 |
Vladimir Mihailenco
|
60d35dfc25
|
Merge pull request #366 from go-redis/fix/option-defaults
Set some sane default for every day usage.
|
2016-09-13 18:06:04 +03:00 |
Vladimir Mihailenco
|
cea5c239f5
|
Set some sane default for every day usage.
|
2016-09-13 14:50:01 +00:00 |
Vladimir Mihailenco
|
f69688538d
|
Fix license.
|
2016-09-12 12:00:28 +00:00 |
Vladimir Mihailenco
|
4431d7c29e
|
Merge pull request #365 from go-redis/fix/pool-queue
internal/pool: more idiomatic work with channels.
|
2016-09-12 09:21:30 +03:00 |
Vladimir Mihailenco
|
455abb1906
|
internal/pool: more idiomatic work with channels.
|
2016-09-12 06:15:59 +00:00 |
Vladimir Mihailenco
|
4b0862b5fd
|
internal/pool: improve tests.
|
2016-09-10 14:09:39 +00:00 |
Vladimir Mihailenco
|
5f82b2acc7
|
Merge pull request #364 from go-redis/fix/reaper-close-conns
internal/pool: fix reaper to properly close connections.
|
2016-09-10 17:08:59 +03:00 |
Vladimir Mihailenco
|
aab4e040c6
|
internal/pool: fix reaper to properly close connections.
|
2016-09-10 13:54:49 +00:00 |
Vladimir Mihailenco
|
788a36eee7
|
Merge pull request #361 from vkd/v4
fix iterator across empty pages
|
2016-09-08 16:48:19 +03:00 |
vkd
|
cbf8ff22f5
|
fix comments
|
2016-09-08 16:40:45 +03:00 |
vkd
|
76c33da3ee
|
fix iterator across empty pages
|
2016-09-08 16:07:49 +03:00 |
Vladimir Mihailenco
|
49f197e6d1
|
Merge pull request #356 from domodwyer/v4
Add Cmd constructors for testing/mock purposes.
|
2016-08-23 14:40:42 +03:00 |
Dom
|
d07be2cd04
|
Add Cmd constructors for testing/mock purposes.
|
2016-08-22 21:20:49 +01:00 |
Vladimir Mihailenco
|
342961af9e
|
Merge pull request #355 from go-redis/fix/geo-pos-rename
Fix/geo pos rename
|
2016-08-22 13:01:02 +03:00 |
Vladimir Mihailenco
|
559e13782c
|
travis: test on Go 1.7.
|
2016-08-22 09:47:13 +00:00 |
Vladimir Mihailenco
|
8b7922d185
|
Add test for GeoPos.
|
2016-08-22 09:46:42 +00:00 |
Vladimir Mihailenco
|
235dc49d5f
|
Rename GeoPosition to GeoPos for consistency with Redis Server. Simplify code where possible.
|
2016-08-22 09:39:22 +00:00 |
Vladimir Mihailenco
|
5e72ba7620
|
Merge pull request #354 from Hepri/feature/support-geopos
Support geopos command
|
2016-08-22 12:29:14 +03:00 |
Sergey Shcherbina
|
ac1c5e46f9
|
support geopos command
|
2016-08-22 02:32:06 +05:00 |
Vladimir Mihailenco
|
909c26e76c
|
Merge pull request #352 from jrmarkle/process_wrapper
add WrapProcess to allow users to alter command processing
|
2016-08-17 12:43:40 +03:00 |
Jamie Markle
|
5760a88db3
|
add WrapProcess
|
2016-08-15 15:22:50 -04:00 |
Vladimir Mihailenco
|
0b8675fa45
|
Merge pull request #350 from go-redis/fix/ring-heartbeat-frequency
ring: reduce HeartbeatFrequency.
|
2016-08-09 17:17:51 +03:00 |
Vladimir Mihailenco
|
66f2eb1584
|
ring: reduce HeartbeatFrequency.
|
2016-08-09 13:54:04 +00:00 |
Vladimir Mihailenco
|
1324657ba9
|
Merge pull request #347 from flisky/master
fix iterator for hscan/sscan/zscan
|
2016-08-04 17:44:18 +03:00 |
Yin Jifeng
|
91993128b0
|
fix iterator for hscan/sscan/zscan
|
2016-08-04 12:52:00 +08:00 |
Vladimir Mihailenco
|
bc66ed0eba
|
Merge pull request #344 from go-redis/fix/rename-commander
Rename Commander to Cmdable to match internal name.
|
2016-07-21 16:38:01 +03:00 |
Vladimir Mihailenco
|
ff8419f643
|
Rename Commander to Cmdable to match internal name.
|
2016-07-21 13:24:58 +00:00 |
Vladimir Mihailenco
|
46240a2089
|
Merge pull request #342 from yzprofile/v4
Feature: Export cmdable as an interface
|
2016-07-21 16:20:12 +03:00 |
Vladimir Mihailenco
|
86841d3eda
|
Merge pull request #343 from go-redis/fix/publish-cmd
Move Publish channel to cmdable. Remove method that was deprecated in…
|
2016-07-21 16:11:41 +03:00 |
Vladimir Mihailenco
|
4210c090b1
|
Move Publish channel to cmdable. Remove method that was deprecated in v3.
|
2016-07-21 13:04:40 +00:00 |
yzprofile
|
dcdf3fc9c3
|
Feature: Export cmdable as an interface
|
2016-07-21 13:50:28 +08:00 |
Vladimir Mihailenco
|
eca5d02f24
|
Merge pull request #340 from go-redis/fix/setbit
Fix Del command case.
|
2016-07-08 12:44:48 +03:00 |
Vladimir Mihailenco
|
261cf7ae70
|
Fix Del command case.
|
2016-07-08 09:30:38 +00:00 |
Vladimir Mihailenco
|
65a64fe7aa
|
Fix Del command case.
|
2016-07-08 09:24:02 +00:00 |
Vladimir Mihailenco
|
4d018d831e
|
Merge pull request #338 from go-redis/feature/internal-proto
Make proto/parser an internal package
|
2016-07-02 18:36:57 +03:00 |
Dimitrij Denissenko
|
7d856c5595
|
Make proto/parser an internal package
|
2016-07-02 13:52:10 +01:00 |
Vladimir Mihailenco
|
5c3ab24e0a
|
Merge pull request #337 from go-redis/feature/fix-accessors
Ensure to use pointer methods where appropriate. Tidy up godoc.
|
2016-07-02 13:35:16 +03:00 |
Dimitrij Denissenko
|
aa063fe0a2
|
Fix ring comments
|
2016-07-02 09:07:27 +01:00 |
Dimitrij Denissenko
|
1c4c05e970
|
Ensure to use pointer methods where appropriate. Tidy up godoc.
|
2016-07-01 13:25:28 +01:00 |