1
0
mirror of https://github.com/fluencelabs/redis synced 2025-06-11 00:01:20 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
befec3cd91 PUBSUB implemented 2010-03-29 11:47:58 +02:00
01426b054c implements HINCRBY and tests (todo: find and fix small memleak) 2010-03-26 16:03:19 +01:00
500ece7c17 CONFIG command implemened -- just a start but already useful 2010-03-24 21:46:51 +01:00
bc86d88e05 redis-cli prompt is now redis> 2010-03-24 11:58:38 +01:00
cf87ebf22d Use linenoise for line editing on redis-cli. 2010-03-23 11:53:51 -03:00
aab055ae1f Fix authentication for redis-cli on non-interactive mode. 2010-03-23 11:19:47 -03:00
288799e04a Fixed redis-cli auth code 2010-03-18 02:51:09 +01:00
4583c4f0ea Merged Pietern patch for VM key args helper function. Fixed an obvious bug in the redis-cli passwd auth stuff 2010-03-17 17:14:07 +01:00
fdfdae0f3a Added Authentication to redis-cli.c using -a switch
Update usage
fixed Makefile to delete redis-check-dump during make clean
2010-03-17 09:41:02 -04:00
a86f14b190 HEXISTS and tests implemented 2010-03-17 13:34:27 +01:00
23d8214891 zrevrank support in redis-cli 2010-03-16 16:20:35 +01:00
78409a0f84 HKEYS / HVALS / HGETALL 2010-03-16 16:09:58 +01:00
92b27fe946 An interesting refactoring + more expressive internal API 2010-03-15 22:46:20 +01:00
07efaf7467 HDEL and some improvement in DEBUG OBJECT command 2010-03-14 13:54:31 +01:00
b287c9bb2b use ZMERGE as starting point 2010-03-08 21:27:26 +01:00
978c2c944c first implementation of HSET/HSET. More work needed 2010-03-06 01:56:16 +01:00
d239ec5960 redis-cli now runs in interactive mode if no command is provided 2010-03-04 16:36:30 +01:00
3919155375 initial implementation of SUBSTR 2010-03-03 23:15:52 +01:00
386b43c6b3 fpurge call removed from redis-cli 2010-03-03 20:08:16 +01:00
3589e1a7e5 ZRANK stress tester 2010-03-03 19:44:03 +01:00
2f4d2242ea added quit and exit commands to redis-cli in order to quit the interactive mode 2010-03-03 14:41:47 +01:00
6fa246220b Add support for MULTI/EXEC. 2010-03-02 16:24:21 -03:00
e3c7f0027f Remove trailing newline in interactive mode. 2010-03-02 15:47:31 -03:00
6cf5882c56 Add interactive mode to redis-cli. 2010-03-02 12:14:14 -03:00
12d090d2d0 A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
f44dd42872 ZRANGEBYSCORE now supports open intervals, prefixing double values with a open paren. Added ZCOUNT that can count the elements inside an interval of scores, this supports open intervals too 2010-02-07 21:52:35 +01:00
4b00bebd3d APPEND command 2010-02-04 15:55:52 +01:00
621d5c1985 ae.c event loop does no longer support exception notifications, as they are fully pointless. Also a theoretical bug that never happens in practice fixed. 2010-01-20 13:38:59 -05:00
a9158272c6 now redis-cli understands -h 2010-01-15 16:42:29 -05:00
b177fd30ac New vararg BLPOP able to block against multiple keys 2010-01-02 09:06:44 -05:00
4409877e19 not yet working BLPOP implementation 2009-12-29 14:59:40 -05:00
752da584f0 ZRANGE, ZREVRANGE now support WITHSCORES options 2009-12-22 16:09:27 -05:00
83c6a61889 printf format warnings fixed by casting 2009-12-06 01:25:37 +01:00
5703330151 a few redis-cli format specified fixed 2009-12-05 14:26:05 +01:00
e17e0b0529 fixed a subtle bug in redis-cli not having visible effects 2009-11-30 19:26:52 +01:00
80181f7848 Implemented LIMIT option in ZRANGEBYSCORE. We now enter feature-freeze 2009-11-28 22:01:13 +01:00
9d65a1bbae log rebuilding, random refactoring, work in progress please wait for an OK commit before to use this version 2009-11-26 18:10:02 +01:00
7db723adb2 ZINCRSCOREBY => ZINCRBY 2009-11-20 09:18:40 +01:00
e2665397a7 ZINCRSCOREBY implemented 2009-11-19 19:48:46 +01:00
51e01d9b39 Merge git://github.com/ianxm/redis 2009-11-12 21:40:34 +01:00
0f5f7e9a82 LPOPPUSH renamed into RPOPLPUSH 2009-11-12 11:21:26 +01:00
ian
62e920df9a can select db num 2009-11-11 23:12:09 -05:00
12f9d551b6 LPUSHPOP first implementation 2009-11-11 18:38:37 +01:00
060f6be6bf Fixed issue 92 in redis: redis-cli (nil) return value lacks CR/LF 2009-11-10 10:26:09 +01:00
5762b7f0f8 redis-cli now accepts a -r (repeat) switch. Still there is a memory leaks to fix 2009-11-03 01:35:39 +01:00
e2aba0f9ec redis-cli now makes clear when the returned string is an integer 2009-11-01 15:31:54 +01:00
443c6409c3 SORT STORE option 2009-11-01 15:29:38 +01:00
802e837373 EXPIREAT implemented, will be useful for the append-only mode 2009-10-30 00:15:45 +01:00
1807985baf ZREMRANGEBYSCORE implemented. Remove a range of elements with score between min and max 2009-10-29 11:10:16 +01:00
3c41331e11 ZLEN renamed ZCARD for consistency with SCARD 2009-10-28 13:17:14 +01:00