Commit Graph

630 Commits

Author SHA1 Message Date
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
Vladimir Mihailenco 1bf10a61e2 Merge pull request #336 from go-redis/fix/read-line-strict
Make readLine more strict.
2016-06-27 13:13:52 +03:00
Vladimir Mihailenco 7f810a8d15 Merge pull request #324 from tuxxy/v4
Update README.md to use redis.v4 documentation
2016-06-27 13:10:00 +03:00
Vladimir Mihailenco 5d0dda688f Make readLine more strict. 2016-06-27 09:54:22 +00:00
Vladimir Mihailenco 1d69f3f701 Merge pull request #331 from go-redis/feature/for-each-master
Add ForEachMaster API.
2016-06-27 12:18:34 +03:00
Vladimir Mihailenco 4761c24218 Add ForEachMaster API. 2016-06-17 12:09:38 +00:00
Vladimir Mihailenco 06f3f8ebf0 Merge pull request #330 from go-redis/fix/interface-values
Support more interface values.
2016-06-14 14:23:49 +03:00
Vladimir Mihailenco b1f6610fc6 Support more interface values. 2016-06-14 10:22:16 +00:00
Mattias Lundell cd582ed576 add support for SPOP with a count argument (available in REDIS 3.2) 2016-06-10 12:58:04 +00:00
Vladimir Mihailenco 8964a568f3 Merge pull request #328 from go-redis/fix/cluster-tests
Run cluster tests on Client with RouteByLatency option.
2016-06-06 13:06:15 +03:00
Vladimir Mihailenco 4e64d5aa6e Run cluster tests on Client with RouteByLatency option. 2016-06-06 09:43:29 +00:00
Vladimir Mihailenco 58913a927b Merge pull request #327 from go-redis/fix/opt-init
Rework Options initialisation.
2016-06-05 14:29:20 +03:00
Vladimir Mihailenco 079b7ce393 Rework Options initialisation. 2016-06-05 11:10:30 +00:00
Vladimir Mihailenco 08d3790ec5 Merge pull request #326 from go-redis/fix/stateful-commands
Move Select to stateful commands and make it available only via Pipel…
2016-06-05 13:01:00 +03:00
Vladimir Mihailenco ac162eb843 Move Select to stateful commands and make it available only via Pipeline and Tx. 2016-06-05 09:45:39 +00:00
Vladimir Mihailenco 5a2dda6d40 Merge pull request #325 from go-redis/fix/cleanup-logger
Cleanup loggers.
2016-06-05 11:14:02 +03:00
Vladimir Mihailenco e9233d8d17 Cleanup loggers. 2016-06-05 08:05:50 +00:00
Tux ae84839829 Update README.md to use redis.v4 documentation
This changes the links from redis.v3 documentation to redis.v4 documentation.
2016-05-25 11:32:13 -06:00
Vladimir Mihailenco c0622ff8dc Merge pull request #319 from go-redis/feature/cluster-node-latency2
Feature/cluster node latency2
2016-05-23 13:11:01 +03:00
Joris Minjat 487feebef1 Add latency based routing to Redis Cluster client. 2016-05-23 12:49:55 +03:00
Vladimir Mihailenco 3972f28066 Merge pull request #315 from go-redis/feature/hgetall-hmset
Change HGetAll and HMSet to return/accept map[string]string.
2016-05-03 10:14:06 +03:00
Vladimir Mihailenco 46cb31d37d Merge pull request #316 from go-redis/feature/tweak-tx-api
Tweak transaction API.
2016-05-03 09:22:27 +03:00
Vladimir Mihailenco 092698ecd3 Tweak transaction API. 2016-05-02 15:54:15 +03:00
Vladimir Mihailenco 9cbb0c42df Change HGetAll and HMSet to return/accept map[string]string. 2016-05-02 14:52:00 +03:00
Vladimir Mihailenco 033a4de2fb Merge pull request #303 from go-redis/fix/scan-ret-values
Scan: swap return values and change cursor type.
2016-04-26 16:23:10 +03:00
Vladimir Mihailenco 38be24b025 Scan: swap return values and change cursor type. 2016-04-26 16:08:31 +03:00
Vladimir Mihailenco 2add1e06fb Merge pull request #310 from go-redis/feature/scan-iterators
Scan iterators (v4)
2016-04-26 16:05:38 +03:00
Dimitrij Denissenko 7456a0e473 Add scan iterator. 2016-04-26 15:01:49 +03:00
Vladimir Mihailenco d437dfb980 Merge pull request #309 from go-redis/fix/string-to-bytes
Convert bytes to string in Cmd.
2016-04-25 16:44:07 +03:00