1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-15 12:41:41 +03:00
Commit Graph

2637 Commits

Author SHA1 Message Date
74246e0ccf add ZInter command (#1768) 2021-05-29 21:11:47 +08:00
f521e51383 the "keys have no pre-determined position" command specifies the position of the key (#1769) 2021-05-28 23:15:26 +08:00
ad4d0a506a fix #1766 2021-05-27 11:24:24 +08:00
37f5a2b1cd Update changelog extra/redisotel/v8.9.0 extra/rediscmd/v8.9.0 extra/rediscensus/v8.9.0 v8.9.0 2021-05-26 15:12:25 +03:00
8e8510431d Improve pubsub (#1764)
* Improve pubsub

Signed-off-by: monkey92t <golang@88.com>

* Extract code to channel struct and tweak API

* Move chanSendTimeout to channel

* Cleanup health check

* Add WithChannelSendTimeout and tweak comments

* clear notes

Signed-off-by: monkey92t <golang@88.com>

Co-authored-by: Vladimir Mihailenco <vladimir.webdev@gmail.com>
2021-05-26 11:25:18 +08:00
f83600d1a5 Merge pull request #1762 from MrChenCode/master
add command zdiff
2021-05-23 20:13:44 +08:00
7a7b75e081 add command zDiff
Signed-off-by: chenguijun <18811388234@163.com>
2021-05-23 16:55:03 +08:00
fe9bc126b7 sync master to v9 (#1760)
* Added missing idle args in XPendingExtArgs (#1750)

Added missing idle args in XPendingExtArgs

* fix #1754 (#1756)

* Replace go-pg with bun

* fix #1755

Signed-off-by: monkey <golang@88.com>

* fix read data

Signed-off-by: monkey <golang@88.com>

* fix #1758 (#1759)

fix #1758

Co-authored-by: Parvez <syedparvez72@gmail.com>
Co-authored-by: Vladimir Mihailenco <vladimir.webdev@gmail.com>
2021-05-19 17:43:31 +08:00
1393126c29 fix #1758 (#1759)
fix #1758
2021-05-19 16:52:13 +08:00
76393b5b71 fix read data
Signed-off-by: monkey <golang@88.com>
2021-05-18 16:05:17 +08:00
3871963e2d fix #1755
Signed-off-by: monkey <golang@88.com>
2021-05-18 15:41:20 +08:00
d42071c47a Replace go-pg with bun 2021-05-17 11:56:26 +03:00
f33c425a30 Replace go-pg with bun 2021-05-17 11:56:12 +03:00
8f0fbd2fe8 fix #1754 (#1756) v8.8.3 2021-05-16 00:37:22 +08:00
31495ac570 Added missing idle args in XPendingExtArgs (#1750)
Added missing idle args in XPendingExtArgs
2021-05-13 23:15:37 +08:00
44f5c06755 Merge pull request #1752 from monkey92t/lint-1.40
follow to golang-lint 1.40
2021-05-13 20:05:17 +08:00
8dc84ab860 Merge pull request #1753 from monkey92t/v9
merge master and follow to golang-lint 1.40
2021-05-13 20:05:06 +08:00
81df6895a8 fix comments
Signed-off-by: monkey <golang@88.com>
2021-05-13 17:56:51 +08:00
350477a91d Merge branch 'lint-1.40' into v9 2021-05-13 17:54:44 +08:00
b60d47d329 Tweak comments 2021-05-13 09:25:36 +03:00
26373ef2f1 follow to golang-lint 1.40
Signed-off-by: monkey <golang@88.com>
2021-05-13 10:33:38 +08:00
eca1bb6b36 Use the right redis client in tests 2021-04-29 16:12:47 +03:00
7d319aeb57 Merge pull request #1743 from nigelis/bugfix/tests
Use the right redis client in tests
2021-04-29 16:12:18 +03:00
5ed546f303 Add command SMISMEMBER 2021-04-29 16:09:24 +03:00
b45fc83959 Merge pull request #1742 from nigelis/feature/add_smismember_command
Add command SMISMEMBER
2021-04-29 16:08:08 +03:00
b8cda18db9 Fix typo in README (#1744) 2021-04-29 08:45:13 +03:00
a57742d171 Use the right redis client in tests 2021-04-28 14:39:03 +08:00
610581533e Add command SMISMEMBER 2021-04-28 13:56:44 +08:00
8ad01240a4 Add support for resp3 protocol (#1739)
* support resp3 protocol

Signed-off-by: monkey <golang@88.com>

* Upgrade mod version limit go1.14

https://github.com/go-redis/redis/issues/1715#issuecomment-820685614

Signed-off-by: monkey <golang@88.com>

* Remove the redundant check of ReadReply

Signed-off-by: monkey <golang@88.com>

* fix the problem

Signed-off-by: monkey <golang@88.com>

* workflows add v9

Signed-off-by: monkey <golang@88.com>

* update StringStringMapCmd to MapStringStringCmd

Signed-off-by: monkey <golang@88.com>
2021-04-27 10:04:46 +03:00
803592d454 Otel v0.20.0 2021-04-25 12:16:13 +03:00
8d87a75fd6 Merge pull request #1734 from monkey92t/failover_tls
fix #1732
2021-04-21 13:30:31 +03:00
0b855ecda5 fix #1732
Signed-off-by: monkey <golang@88.com>
2021-04-21 15:47:53 +08:00
b7720fd8e7 Merge pull request #1731 from angristan/remove-unused-variable
sentinel: removed unused field QuerySentinelRandomly
2021-04-20 08:48:45 +03:00
71502a3e44 sentinel: removed unused field QuerySentinelRandomly
Introduced in 8b19c31049
but all references were removed in 8d9ebc8459
2021-04-19 18:53:38 +02:00
06183e65f8 Merge branch 'master' of github.com:go-redis/redis 2021-04-18 14:49:36 +03:00
217c470568 extra/redisotel: add readme and example 2021-04-18 14:49:28 +03:00
157b1642d4 Merge pull request #1729 from skryukov/feature/load-script-to-all-shards
ScriptLoad, ScriptExists and ScriptFlush for ClusterClient
2021-04-17 08:25:38 +03:00
5557db4fc9 ScriptLoad, ScriptExists and ScriptFlush for ClusterClient 2021-04-16 23:01:32 +03:00
5e5bb5964d Cleanup and isolate tests 2021-04-16 17:23:20 +03:00
8bdf0bf6c0 add command decoding benchmark (#1726)
* add command decoding benchmark

Signed-off-by: monkey <golang@88.com>

* fix "call to (*B).Fatalf from a non-test goroutine"

Signed-off-by: monkey <golang@88.com>

* Add a newline at the end of the file

Signed-off-by: monkey <golang@88.com>

* Get cmdsInfoCache from redis-server

Signed-off-by: monkey <golang@88.com>

* reinforce benchmark-decode

Signed-off-by: monkey <golang@88.com>
2021-04-16 16:32:48 +03:00
f7ac48d4d5 v8.8.2 extra/redisotel/v8.8.2 extra/rediscmd/v8.8.2 extra/rediscensus/v8.8.2 v8.8.2 2021-04-16 15:00:57 +03:00
ef568e261e Add constructors 2021-04-16 15:00:10 +03:00
24c92382c9 Make extra modules to follow go-redis versioning extra/redisotel/v8.8.1 extra/rediscensus/v8.8.1 v8.8.1 2021-04-16 14:55:14 +03:00
ef410de385 Merge branch 'master' of github.com:go-redis/redis extra/rediscmd/v8.8.1 2021-04-16 14:50:26 +03:00
91cbbdaf18 Update rediscmd 2021-04-16 14:50:17 +03:00
a47d2c2085 Merge pull request #1723 from maguec/add_lmove_command
add LMove with tests
2021-04-15 16:18:25 +03:00
fc72d5f0d0 add LMove with tests 2021-04-13 17:28:55 -07:00
20322ac8ed Merge pull request #1720 from leizihui/support-mapstrstr
hmset support map[string]string
2021-04-09 08:40:11 +03:00
a8a196f328 hmset support map[string]string 2021-04-09 11:27:11 +08:00
d67e2911b9 Update comments 2021-04-08 10:02:22 +03:00