Vladimir Mihailenco
|
ebf51e1a1b
|
Add prefix to package logger.
|
2016-02-06 12:16:09 +02:00 |
Francisco Souza
|
d3ee281748
|
Declare and use a package-level Logger
This allow users of the API to override the Logger. Fix #250.
|
2016-02-03 12:30:39 -05:00 |
Vladimir Mihailenco
|
3ed364e92a
|
Sort can return nil reply. Fixes #246.
|
2016-01-22 12:29:23 +02:00 |
Anatolii Mihailenco
|
602824623b
|
commands.go: add section parameter to Info function.
|
2016-01-08 15:03:34 +02:00 |
Anatolii Mihailenco
|
cbc5360e78
|
commands.go: Add new functions to cluster.
|
2015-12-30 14:06:21 +02:00 |
Anatolii Mihailenco
|
9b1148903e
|
commands.go: Add ClusterKeySlot function.
|
2015-12-28 19:29:02 +02:00 |
Rich Hong
|
a6da93713a
|
Support multiple keys for the PFCOUNT command
|
2015-12-23 17:24:42 -05:00 |
Vladimir Mihailenco
|
2be29240c7
|
Merge pull request #223 from anmic/feature/cluster-reset
commands: add cluster reset function.
|
2015-12-22 11:48:42 +02:00 |
Anatolii Mihailenco
|
e335934332
|
commands: add cluster reset function.
|
2015-12-21 18:53:02 +02:00 |
Anatolii Mihailenco
|
cbcdd97ca2
|
commands.go: fix input types.
|
2015-12-12 18:57:56 +02:00 |
Anatolii Mihailenco
|
12edede26a
|
Revert "Accept interface{} values in list and set commands."
This reverts commit 401979b597 .
|
2015-12-12 17:41:49 +02:00 |
Vladimir Mihailenco
|
401979b597
|
Accept interface{} values in list and set commands.
|
2015-12-10 09:52:42 +02:00 |
Dimitrij Denissenko
|
397440deca
|
Added CLUSTER FORGET command
|
2015-12-09 09:33:37 +00:00 |
Vladimir Mihailenco
|
83b8c0a9c0
|
Fix ZStore Weight type. Fixes #206.
|
2015-12-01 16:28:41 +02:00 |
Vladimir Mihailenco
|
842ea553dc
|
Fix GeoRadius reply parsing.
|
2015-11-14 16:36:21 +02:00 |
Cosmin Luță
|
43603e1ea4
|
Implemented PFADD, PFCOUNT, PFMERGE
|
2015-11-04 10:48:10 +02:00 |
Vladimir Mihailenco
|
96fcac6a43
|
Merge pull request #180 from go-redis/fix/client-set-name-comment
Fix names and add comments.
|
2015-10-22 14:24:32 +03:00 |
Vladimir Mihailenco
|
f04e7879e6
|
Merge pull request #176 from go-redis/feature/geo-more
Added binding for GEORADIUSBYMEMBER, GEODIST AND GEOHASH.
|
2015-10-22 14:21:30 +03:00 |
Vladimir Mihailenco
|
2bf0ea529d
|
Fix names and add comments.
|
2015-10-22 14:15:47 +03:00 |
Will Jessop
|
ffeacb8b03
|
Implement SetName and GetName
Allows setting and getting the client connection name.
http://redis.io/commands/client-setname
http://redis.io/commands/client-getname
|
2015-10-20 20:21:58 +01:00 |
Ian Chan
|
126513f1fb
|
Added binding for GEORADIUSBYMEMBER, GEODIST AND GEOHASH.
Change-Id: Ia6144617f42629af4c022e595c444ddc6d66f1a3
|
2015-10-16 17:57:45 +03:00 |
Vladimir Mihailenco
|
0944d0167b
|
Remove unneeded formatting.
|
2015-10-07 18:21:18 +03:00 |
Vladimir Mihailenco
|
b23b9b7727
|
Refactor reply parser.
|
2015-10-07 17:09:20 +03:00 |
Ian Chan
|
8a05670e7a
|
Added binding for GEOADD and GEORADIUS.
|
2015-09-28 11:11:46 +03:00 |
Vladimir Mihailenco
|
d2689feb56
|
Add ZADD modifiers.
|
2015-08-29 13:08:27 +03:00 |
Vladimir Mihailenco
|
5dfdaafe04
|
Merge pull request #156 from go-redis/fix/SRandMemberN
Add SRandMemberN. Fixes #155.
|
2015-08-26 09:55:17 +03:00 |
Jeff Pierce
|
5498ba400d
|
Reverted change to struct ZRangeByScore, implemented ZRevRangeByLex.
|
2015-08-25 12:15:01 -07:00 |
Vladimir Mihailenco
|
9ead45f9e9
|
Add SRandMemberN. Fixes #155.
|
2015-08-25 14:02:16 +03:00 |
Jeff Pierce
|
2abf5c5f14
|
Refactored zRangeByScore into zRangeBy.
|
2015-08-24 14:52:00 -07:00 |
Jeff Pierce
|
2de07f2493
|
Implemented ZRangeByLex with tests.
|
2015-08-22 20:38:37 -07:00 |
Vladimir Mihailenco
|
c0b0c99ec5
|
Document zero expiration. Fixes #143.
|
2015-08-07 17:09:00 +03:00 |
Vladimir Mihailenco
|
379b44f44a
|
Add bytes support for sorted set.
|
2015-07-16 17:30:16 +03:00 |
Vladimir Mihailenco
|
4275a19033
|
Merge pull request #130 from go-redis/fix/restore-time-duration
Use time.Duration in Restore.
|
2015-07-13 12:24:22 +03:00 |
Vladimir Mihailenco
|
412baf447b
|
Add RestoreReplace.
|
2015-07-11 12:23:04 +03:00 |
Vladimir Mihailenco
|
fa185a564f
|
Use time.Duration in Restore.
|
2015-07-11 12:10:41 +03:00 |
Vladimir Mihailenco
|
3c1f2bd45a
|
Allow setting and scaning interface{} values.
|
2015-07-11 11:54:26 +03:00 |
Vladimir Mihailenco
|
4df8b2bbbc
|
Add ClientPause command.
|
2015-05-15 15:11:22 +03:00 |
Adrien Bustany
|
5f85be3173
|
commands: reduce memory allocations in ZAdd.
|
2015-05-15 13:10:42 +03:00 |
Vladimir Mihailenco
|
0b87c16b61
|
Remove PSetEx and SetEx. Set should be used instead.
|
2015-05-14 16:49:47 +03:00 |
Vladimir Mihailenco
|
fb7803ad5a
|
Use time.Duration to specify timeout.
|
2015-04-13 09:48:40 +03:00 |
Vladimir Mihailenco
|
754c11ab7f
|
Add bitpos command.
|
2015-04-06 12:48:43 +03:00 |
Vladimir Mihailenco
|
4fefa47d6d
|
Merge pull request #79 from go-redis/fix/consistent-zrevrange
Use consistent API in ZRevRangeWithScores and ZRevRange. Fixes #56. Fixes #78.
|
2015-04-04 14:51:05 +03:00 |
Vladimir Mihailenco
|
2dc61d458a
|
Refactor Set, SetNX and SetXX with expiration.
|
2015-03-30 16:49:08 +03:00 |
Vladimir Mihailenco
|
026823f334
|
Use consistent API in ZRevRangeWithScores and ZRevRange. Fixes #56. Fixes #78.
|
2015-03-30 16:14:21 +03:00 |
Dimitrij Denissenko
|
c21e5f3255
|
Add Redis Cluster support.
|
2015-03-19 11:19:55 +02:00 |
Dimitrij Denissenko
|
34855172f2
|
Fix/normalise pubsubnumsub response
|
2015-01-30 17:09:57 +02:00 |
Geoff Garside
|
daade895aa
|
Add missing "BY" argument to Sort args list.
Fixes "ERR syntax error" issue with Sort{By: "pattern"}.
|
2014-12-09 10:41:03 +00:00 |
Vladimir Mihailenco
|
b68ae5e548
|
Fix rate limiter and add test.
|
2014-11-13 15:08:25 +02:00 |
Vladimir Mihailenco
|
f790046fea
|
Merge pull request #50 from go-redis/fix/upgrade-to-redis-2814
Fix PubSubNumSub to work with Redis 2.8.14.
|
2014-11-06 13:17:51 +02:00 |
Vladimir Mihailenco
|
c54b831796
|
Fix PubSubNumSub to work with Redis 2.8.14.
|
2014-11-06 13:13:24 +02:00 |