1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-16 23:40:55 +03:00
Commit Graph

2623 Commits

Author SHA1 Message Date
e970ae1d0f Fix typos in Client.Watch documentation 2019-02-13 11:51:16 +01:00
b3d392315b Merge pull request #967 from go-redis/feature/pipeliner-do
Add Pipeliner.Do
2019-02-12 12:40:58 +02:00
cb152db4d6 Add Pipeliner.Do 2019-02-12 12:24:23 +02:00
473d039f0b Merge pull request #955 from go-redis/fix/dont-remember-node
Don't remember cluster node for the PubSub
2019-02-08 15:37:55 +02:00
981cf0f5bb Don't remember cluster node for the PubSub 2019-02-08 13:46:27 +02:00
70819034d2 Merge pull request #965 from go-redis/feature/pipeline-custom-cmd
Support custom command in pipeline
2019-02-08 13:36:14 +02:00
5240e1403a Support custom command in pipeline 2019-02-08 13:22:46 +02:00
228e43ba24 Merge pull request #959 from greggjs/cluster-command-keyslots
Cluster commands respecting keyslots from command input
2019-02-03 11:08:55 +02:00
67dcdea95a Reverting changes to command.go, refactoring cluster client's calls to cmdSlot 2019-02-01 09:12:20 -08:00
f3804cd0b7 👌 Adding additional logic to handle this case 2019-02-01 08:23:41 -08:00
46a69ac63c Merge pull request #958 from yansal/patch-1
Fix typos in Ring documentation
2019-02-01 11:58:02 +02:00
dba9cb31f5 ♻️ Commands that specify keyslots should not try to hash for keyslot location 2019-01-31 15:47:13 -08:00
0e69501b5a Merge pull request #1 from go-redis/master
Updating repo w/ master
2019-01-31 15:41:25 -08:00
49e19d6805 Fix typos in Ring documentation 2019-01-31 22:24:44 +01:00
0d65bf56df Merge pull request #957 from greggjs/cluster-get-keys-in-slot
Add GETKEYSINSLOT API call for Clustered Redis
2019-01-30 13:20:13 +02:00
65932a4b9b Add GETKEYSINSLOT api call for clustered redis 2019-01-29 10:39:58 -08:00
40336e5ef8 Merge pull request #954 from go-redis/fix/redis-stable
Use stable version of Redis
2019-01-21 16:27:48 +02:00
e54b0f2944 Use stable version of Redis 2019-01-21 16:10:26 +02:00
ce19d9c402 Merge pull request #952 from mingrammer/default-addr
Support default redis address
2019-01-13 14:07:05 +02:00
c9fed25a60 Support default redis address 2019-01-13 17:36:38 +09:00
d9c8076236 Merge pull request #948 from go-redis/fix/reload-more-often
Reload cluster state almost on any error
2019-01-08 16:49:39 +02:00
2e5bd7a411 Reload cluster state almost on any error 2019-01-08 16:37:22 +02:00
22be8a3eaf Merge pull request #946 from allenwq/clusternode-race
Fix race condition when creating the cluster node
v6.15.1
2019-01-08 14:04:09 +02:00
e6eeeda3d8 Remove unnecessary error check 2019-01-08 17:15:59 +08:00
d040650021 Remove SingleFlight package 2019-01-08 17:15:24 +08:00
6baf00e56b Fix race condition when creating the cluster node 2019-01-08 15:25:41 +08:00
c7d2ae66a0 Merge pull request #939 from pascaldekloe/master
FIX: WATCH example stack protection (with retry count)
2018-12-21 11:36:52 +02:00
38381402f6 FIX: WATCH example stack protection (with retry count) + comment transaction steps. 2018-12-19 21:57:44 +01:00
7f89fbac80 Merge pull request #936 from go-redis/fix/retry-cluster-pipeline-read-cmds
Retry cluster pipeline read commands
v6.15.0
2018-12-17 16:16:01 +02:00
6ff343b69f Merge pull request #932 from theodesp/master
Add Client Unblock
2018-12-15 10:01:56 +02:00
b5aefa2f6a ClientUnblock + ClientUnblockWithError 2018-12-14 14:46:15 +00:00
10edc85b67 Retry cluster pipeline read commands 2018-12-13 13:27:41 +02:00
45a00fd91a Merge pull request #935 from go-redis/fix/load-state-when-there-is-none
clusterStateHolder.Get should load a state when there is none
2018-12-13 13:15:37 +02:00
382feca784 clusterStateHolder.Get should load a state when there is none 2018-12-13 12:41:58 +02:00
1c2f271afc Merge pull request #924 from rvolosatovs/feature/xgroup
xgroup: Add XGroupCreateMkStream
2018-12-13 11:09:58 +02:00
f18a97fc94 Increase timeout 2018-12-13 11:06:27 +02:00
29e07c1098 Merge pull request #934 from go-redis/fix/rm-limiter-copy
Remove limiter copy
2018-12-13 10:49:30 +02:00
9409a4baf0 Remove limiter copy 2018-12-13 10:31:02 +02:00
c6bf37c653 Add Client Unblock 2018-12-11 20:26:48 +00:00
c9555c4277 xgroup: Add XGroupCreateMkStream 2018-12-11 15:52:46 +01:00
11cf9400d5 Consistent naming 2018-12-11 13:17:41 +02:00
0e62f5ec35 Merge pull request #929 from theodesp/master
Add Client Id
2018-12-11 13:15:35 +02:00
2672a0fbf2 Add Client Id 2018-12-11 10:43:54 +00:00
1d1269e0cf Merge pull request #884 from go-redis/feature/limiter
Add Limiter interface
2018-11-29 11:21:03 +02:00
0604be51df Fix build 2018-11-29 11:09:11 +02:00
6c3e78d03f travis: remove Go 1.7 and Go 1.8 2018-11-29 10:06:51 +02:00
5d8c5c5c37 Add Limiter interface 2018-11-29 09:52:49 +02:00
6116387106 Merge pull request #915 from robmccoll/patch-1
Add godoc about Receive call after Subscribe
2018-11-29 09:49:07 +02:00
a47799f02c doc: add info about Receive call after Subscribe 2018-11-27 16:13:30 -05:00
8238d9a027 Merge pull request #913 from go-redis/fix/rm-consistent-check
Remove Redis Cluster state check
2018-11-24 13:32:57 +02:00