monkey92t
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
monkey92t
1393126c29
fix #1758 ( #1759 )
...
fix #1758
2021-05-19 16:52:13 +08:00
monkey
3871963e2d
fix #1755
...
Signed-off-by: monkey <golang@88.com>
2021-05-18 15:41:20 +08:00
monkey92t
8f0fbd2fe8
fix #1754 ( #1756 )
2021-05-16 00:37:22 +08:00
Parvez
31495ac570
Added missing idle args in XPendingExtArgs ( #1750 )
...
Added missing idle args in XPendingExtArgs
2021-05-13 23:15:37 +08:00
nigel_li
eca1bb6b36
Use the right redis client in tests
2021-04-29 16:12:47 +03:00
Vladimir Mihailenco
7d319aeb57
Merge pull request #1743 from nigelis/bugfix/tests
...
Use the right redis client in tests
2021-04-29 16:12:18 +03:00
nigel_li
5ed546f303
Add command SMISMEMBER
2021-04-29 16:09:24 +03:00
nigel_li
a57742d171
Use the right redis client in tests
2021-04-28 14:39:03 +08:00
nigel_li
610581533e
Add command SMISMEMBER
2021-04-28 13:56:44 +08:00
monkey92t
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
Chris Mague
fc72d5f0d0
add LMove with tests
2021-04-13 17:28:55 -07:00
Vladimir Mihailenco
1e30221353
Rename GetEX to GetEx to better distinguish from XX and NX suffixes
2021-03-27 17:22:10 +02:00
monkey
e3ce4ea661
remove PERSIST, add unit tests to ensure the stability of ZRandMember and HRandField.
...
Signed-off-by: monkey <golang@88.com>
2021-03-27 17:49:55 +08:00
monkey
e7dbdda439
add HRANDFIELD and ZRANDMEMBER commands
...
Signed-off-by: monkey <golang@88.com>
2021-03-27 10:37:44 +08:00
monkey
cb1be727e3
add new cmd: getEX getDel
...
Signed-off-by: monkey <golang@88.com>
2021-03-26 17:13:22 +08:00
monkey
e839f8e764
fix test warn, the setex command does not support milliseconds
...
Signed-off-by: monkey <golang@88.com>
2021-03-13 23:07:57 +08:00
monkey
e722f52cf8
fix "should Object" test error
...
Signed-off-by: monkey <golang@88.com>
2021-03-13 18:40:04 +08:00
Benjamin Prieur
abb58ff31f
Add ZMScore cmd
2021-03-08 10:09:34 +01:00
lhchavez
4ffcd9b7f6
Make SetArgs available to Pipeliner
...
SetArgs is amazing! It would be even more amazing to be able to use it
within a non-transactional Pipeline.
2021-03-03 19:24:29 -08:00
Vladimir Mihailenco
61680f373c
Tweak API
2021-02-17 15:12:10 +02:00
You Den
7b7f9d6e0e
Add SetArgs command ( #1662 )
...
* Add SetWithArgs command
* Add tests for SetWithArgs command
* Replace Makefile stable version by 6.2-rc3 version
* Increase threshold because there are more commands
* Reduce the SetWithArgs command doc comment
* Rename SetWithArgs to SetArgs
* Rename ExpireAt to TTL
* Add KeepTTL field
* Add ExpireAt field as time.Time type
* Improve comments readability
* Add more tests for ExpireAt field
* Fix typo
* Fix multiple if/else chain lint error
2021-02-17 14:48:47 +02:00
kkkbird
f594401261
support "XINFO CONSUMERS" ( #1649 )
...
* support "XINFO CONSUMERS"
* add "xinfo" test
2021-02-09 14:46:26 +02:00
Kailash Nadh
f8a546b482
Add test for MGet/struct scan
2021-02-03 17:10:01 +05:30
Kailash Nadh
f9dfc7a949
Refactor scan signature to work with Slice and StringMap cmds
2021-02-02 16:28:10 +05:30
Leandro Forain
c2351b491a
Add ScanType command to Scan with 'type' option
...
As of version 6.0 you can use this 'type' option to ask SCAN to only
return objects that match a given type, allowing you to
iterate through the database looking for keys of a specific type.
2021-01-09 09:20:35 -03:00
Yanis
4ab19e228a
Add LPOS command ( #1556 )
...
* Add LPos
2020-11-17 08:48:46 +02:00
TwinProduction
cc71f5d293
Add SetEX command
2020-10-22 14:38:36 -04:00
x1nchen
10e779f856
feature: add support for set keepttl ( #1499 )
...
* feature: add support for set keepttl
2020-09-18 14:49:12 +03:00
Vladimir Mihailenco
690d9a94f3
Rename SlowLog to SlowLogGet
2020-09-09 18:09:26 +03:00
Vladimir Mihailenco
457cdea58f
Fix build
2020-09-09 17:40:37 +03:00
Vladimir Mihailenco
dfae0ec28b
Cleanup
2020-09-09 12:49:45 +03:00
wziww
be9ae84c6f
support for slowlog command
2020-09-09 12:36:25 +03:00
Vladimir Mihailenco
14c843ef89
gofumports
2020-07-16 09:52:07 +03:00
Adam Babik
b2acec277e
add support for slices in XAddArgs.Values
2020-06-28 12:36:22 +02:00
Vladimir Mihailenco
073d805708
Fix build
2020-06-05 09:55:37 +03:00
Vladimir Mihailenco
3dcb844106
Bump major version
2020-05-19 08:52:38 +03:00
Vladimir Mihailenco
f5593121e0
Add ctx as first arg
2020-05-19 08:52:38 +03:00
Vladimir Mihailenco
3a6cc55be5
Fix tests on 32bit arches
2020-03-10 15:41:45 +02:00
Vladimir Mihailenco
7df36b4eb7
Rename HMSet to HSet and restore old HMSet
2020-02-19 16:34:34 +02:00
Vladimir Mihailenco
4eb2debcdc
Don't create empty map when value is missing
2020-02-02 10:48:23 +02:00
yeplato
a8704c3bd0
let XReadGroup skip empty message and process next message ( #1243 )
...
* let XReadGroup skip empty message and process next message
2020-02-02 10:46:20 +02:00
Vladimir Mihailenco
071b053edd
Fix HMSet args size
2019-12-24 12:34:52 +02:00
Vladimir Mihailenco
d7ce64d287
Use HSET for HMSet
2019-12-18 12:47:46 +02:00
Vladimir Mihailenco
f6fc23d2fa
Move key to ZStore
2019-08-09 16:23:56 +03:00
Vladimir Mihailenco
191391d66d
Add writing version of GeoRadius commands
2019-08-09 15:04:56 +03:00
Vladimir Mihailenco
7779accbea
Use semantic import versioning
2019-08-08 14:29:44 +03:00
sjindal995
5c3de7537a
Making LpushX and RpushX variadic
2019-07-18 16:48:09 +05:30
Vladimir Mihailenco
bbe0a59db3
Add basic BITFIELD support
2019-06-26 15:06:43 +03:00
Vladimir Mihailenco
17480c545e
Merge pull request #1040 from go-redis/feature/hook-new
...
Feature/hook new
2019-06-01 11:50:49 +03:00
Vladimir Mihailenco
6c72dc807e
internal/pool: replace atomic.Value with int64
2019-06-01 11:32:05 +03:00
Vladimir Mihailenco
c6b800e266
Merge pull request #1039 from go-redis/fix/ttl-1
...
Handle -1 in DurationCmd
2019-05-31 13:45:52 +03:00
Vladimir Mihailenco
685d8922de
Pass pointers where it makes sense
2019-05-31 13:24:21 +03:00
Vladimir Mihailenco
c208a17dfc
Handle -1 in DurationCmd
2019-05-31 13:19:39 +03:00
Vladimir Mihailenco
6ff343b69f
Merge pull request #932 from theodesp/master
...
Add Client Unblock
2018-12-15 10:01:56 +02:00
Theo
b5aefa2f6a
ClientUnblock + ClientUnblockWithError
2018-12-14 14:46:15 +00:00
Theo
c6bf37c653
Add Client Unblock
2018-12-11 20:26:48 +00:00
Roman Volosatovs
c9555c4277
xgroup: Add XGroupCreateMkStream
2018-12-11 15:52:46 +01:00
Vladimir Mihailenco
11cf9400d5
Consistent naming
2018-12-11 13:17:41 +02:00
Theo
2672a0fbf2
Add Client Id
2018-12-11 10:43:54 +00:00
Vladimir Mihailenco
0604be51df
Fix build
2018-11-29 11:09:11 +02:00
Vladimir Mihailenco
4d5a8b91ad
Fix tests
2018-11-21 11:16:25 +02:00
Noah Hilverling
3a019aa681
Add support for XDel
2018-11-13 13:23:59 +01:00
Vladimir Mihailenco
58f22c56fd
Change ZWithKey
2018-11-03 12:07:25 +02:00
Roman Volosatovs
8527f5907e
Implement BZPop{Min,Max}
2018-11-02 18:07:01 +01:00
Andrii Kushch
f87c59c191
remove redundant type declaration
2018-10-11 12:54:30 +02:00
Rémy-Christophe Schermesser
f3bba01df2
Add ZPopMin and ZPopMax ( #853 )
...
* Add ZPopMin and ZPopMax
2018-09-03 11:45:32 +03:00
Vladimir Mihailenco
651e9fef1d
Add MaxConnAge
2018-08-12 10:25:16 +03:00
Kassian Sun
34916092ba
Add streams group related commands
2018-08-02 15:24:53 +03:00
Tianyi Lin
bbcb2b7988
Supports new style syntax of client kill command
2018-07-23 23:00:01 +08:00
Vladimir Mihailenco
ce9cfe9417
Add MemoryUsage
2018-07-22 09:46:29 +03:00
nicktylah
39bdfc3fa8
Add basic redis streams support
2018-06-23 16:44:12 +03:00
Vladimir Mihailenco
34facee367
Add more race tests
2018-05-17 14:55:00 +03:00
Olve S. Hansen
1b1fc80e20
Added OnConnect callback to UniversalOptions ( #747 )
...
* Added OnConnect callback to UniversalOptions
2018-04-16 10:15:52 +03:00
Vladimir Mihailenco
0c76bc80b7
Support []string slices in commands that accept multiple values
2018-03-08 14:30:27 +02:00
Vladimir Mihailenco
852a60d520
Fix go vet
2018-03-07 12:09:45 +02:00
janaurka
d0a2b8bdf3
Impement Config Rewrite command ( #722 )
...
This commit adds support for config rewrite as documented in
https://redis.io/commands/config-rewrite .
2018-03-01 10:37:51 +02:00
Vladimir Mihailenco
e5648e8c7c
Fix flaky test
2018-02-22 15:01:48 +02:00
Vladimir Mihailenco
56dea1f39a
Fix proto.RedisError in slices
2018-02-22 14:24:27 +02:00
Huan Du
4598ed0eac
Correctly parse EVAL response containing customized error ( #710 )
...
* always parse all content in an array including error
2018-02-16 13:39:56 +02:00
Huan Du
daab7c60d0
add new command Touch and SwapDB
2018-02-15 10:06:03 +02:00
Vladimir Mihailenco
e456ee7148
Add SortStore and fix Sort signature
2018-02-13 16:08:11 +02:00
Vladimir Mihailenco
1a4d34448d
Update cluster node latency asynchronously
2018-02-13 11:42:06 +02:00
Crimson
7aa0130b2e
Add SMembersMap function
2017-11-19 18:00:51 +01:00
Vladimir Mihailenco
bc5f9a6878
Replace PoolStats.Requests with PoolStats.Misses
2017-09-22 12:28:08 +03:00
Vladimir Mihailenco
dbd2c99ba9
Rework pipeline retrying
2017-09-01 14:56:00 +03:00
Vladimir Mihailenco
8ff417ca18
Fix flaky tests
2017-08-15 10:49:45 +03:00
Vladimir Mihailenco
a9364f117c
Add ZLexCount
2017-08-15 09:49:23 +03:00
Dimitrij Denissenko
94ea195dc1
Use node address instead of relying on loopback reported by redis
2017-07-01 12:31:41 +03:00
Vladimir Mihailenco
f1ed2ad288
Add FlushDBAsync and FlushAllAsync
2017-06-17 12:53:16 +03:00
Vladimir Mihailenco
368f0ea0ba
Cleanup tests
2017-05-24 15:53:41 +03:00
Felipe Cavalcanti
eeb4d09198
rename Pipelineable to Pipeliner
2017-05-02 12:00:53 -03:00
Felipe Cavalcanti
6fca4d5ad0
pipeline now has its own interface "Pipelineable"
2017-05-01 12:42:58 -03:00
Vladimir Mihailenco
ef95182d29
Code cleanup
2017-03-31 15:11:11 +03:00
Ichinose Shogo
b8fb4a1150
the timeout of WAIT command is in milliseconds.
2017-02-24 12:02:48 +02:00
Vladimir Mihailenco
8040d63c4f
Remove gopkg.in
2017-02-19 09:49:21 +02:00
Vladimir Mihailenco
d95ce53b0d
Replace Exists with ExistsMulti.
2017-02-19 09:49:21 +02:00
Vladimir Mihailenco
56ddaf1199
Fix HMSet to accept interface{} value.
2017-02-19 09:49:21 +02:00
Vladimir Mihailenco
335956cc9a
Cleanup code a bit.
2017-02-18 12:10:47 +02:00
Nate Bosscher
6b8c6b3fe9
Added implementation for WAIT command
...
Reference: https://redis.io/commands/wait
2017-02-18 11:42:06 +02:00