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

159 Commits

Author SHA1 Message Date
4d5a8b91ad Fix tests 2018-11-21 11:16:25 +02:00
3a019aa681 Add support for XDel 2018-11-13 13:23:59 +01:00
58f22c56fd Change ZWithKey 2018-11-03 12:07:25 +02:00
8527f5907e Implement BZPop{Min,Max} 2018-11-02 18:07:01 +01:00
40dbb03d62 Set cmd timeout when Block >= 0 2018-09-13 09:28:01 +03:00
f3bba01df2 Add ZPopMin and ZPopMax (#853)
* Add ZPopMin and ZPopMax
2018-09-03 11:45:32 +03:00
34916092ba Add streams group related commands 2018-08-02 15:24:53 +03:00
bbcb2b7988 Supports new style syntax of client kill command 2018-07-23 23:00:01 +08:00
ce9cfe9417 Add MemoryUsage 2018-07-22 09:46:29 +03:00
b92dacbfa7 Conn timeout should be higher than read timeout 2018-07-22 08:49:48 +03:00
1932888b44 Support XREAD BLOCK 0 2018-07-18 12:08:43 +03:00
39bdfc3fa8 Add basic redis streams support 2018-06-23 16:44:12 +03:00
5c742fff78 cluster: cleanup tests 2018-05-21 16:17:57 +03:00
0c76bc80b7 Support []string slices in commands that accept multiple values 2018-03-08 14:30:27 +02:00
7acec74c59 Script: Fix Exists to use hash instead of source (#726)
`SCRIPT EXISTS` accepts a hash, not the raw source: https://redis.io/commands/script-exists
2018-03-05 11:03:03 +02:00
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
56dea1f39a Fix proto.RedisError in slices 2018-02-22 14:24:27 +02:00
daab7c60d0 add new command Touch and SwapDB 2018-02-15 10:06:03 +02:00
e456ee7148 Add SortStore and fix Sort signature 2018-02-13 16:08:11 +02:00
624096af5e Mention redis.Nil 2017-12-27 13:29:46 +02:00
b2e8f5832a Add godoc commentary to SMembers and SMembersMap 2017-11-19 18:00:51 +01:00
7aa0130b2e Add SMembersMap function 2017-11-19 18:00:51 +01:00
742a58164c Add test for receive big message payload 2017-09-30 09:21:59 +03:00
7cb146a31b Increase read timeout for blocking commands and don't retry such commands 2017-09-29 16:12:43 +03:00
f9307ab2fe Add TxPipeline to Cmdable 2017-09-25 11:48:44 +03:00
8ff417ca18 Fix flaky tests 2017-08-15 10:49:45 +03:00
a9364f117c Add ZLexCount 2017-08-15 09:49:23 +03:00
cf6c6dca84 Add Geo commands read-only variants 2017-07-19 15:32:50 +03:00
f1ed2ad288 Add FlushDBAsync and FlushAllAsync 2017-06-17 12:53:16 +03:00
4a3a300665 Add Options.OnConnect 2017-05-26 14:56:18 +03:00
7e8890b644 Embed Cmdable into StatefulCmdable 2017-05-25 13:38:04 +03:00
eeb4d09198 rename Pipelineable to Pipeliner 2017-05-02 12:00:53 -03:00
6fca4d5ad0 pipeline now has its own interface "Pipelineable" 2017-05-01 12:42:58 -03:00
14f25982cb Remove manual strconv 2017-03-24 12:48:32 +02:00
bb270e3277 Merge branch 'v5' 2017-03-04 11:02:50 +02:00
d9f1dc2386 Mention SETEX in the documentation.
To help people looking for it specifically.
2017-02-24 22:01:11 -03:00
b8fb4a1150 the timeout of WAIT command is in milliseconds. 2017-02-24 12:02:48 +02:00
892fb8d573 the timeout of WAIT command is in milliseconds. 2017-02-24 18:03:21 +09:00
8040d63c4f Remove gopkg.in 2017-02-19 09:49:21 +02:00
d95ce53b0d Replace Exists with ExistsMulti. 2017-02-19 09:49:21 +02:00
56ddaf1199 Fix HMSet to accept interface{} value. 2017-02-19 09:49:21 +02:00
6b8c6b3fe9 Added implementation for WAIT command
Reference: https://redis.io/commands/wait
2017-02-18 11:42:06 +02:00
7c0cf90fb8 Support for multi keys in Exists 2017-02-10 12:15:25 +02:00
4cbe497190 ObjectRefCount and ObjectEncoding accept one key 2017-02-10 00:32:52 +02:00
3b87351e3f Merge pull request #480 from go-redis/fix/object-idle-time
ObjectIdleTime accepts one key.
2017-01-26 16:15:58 +02:00
3fa2fb8dc0 ObjectIdleTime accepts one key. 2017-01-26 15:59:49 +02:00
63bac70a19 Add ZRemRangeByLex. 2017-01-26 15:53:58 +02:00
10c56cede3 Remove Scanner in favor of ScanCmd. 2017-01-03 12:44:06 +02:00
0f05d8df9d Add unlink command. 2016-12-22 13:42:05 +02:00
ce1ddaa30c Update commands.go
Let HSet and HSetNX can use value as interface{} .
2016-12-21 01:03:12 +08:00