antirez
|
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 |
|
root
|
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 |
|
antirez
|
a86f14b190
|
HEXISTS and tests implemented
|
2010-03-17 13:34:27 +01:00 |
|
antirez
|
23d8214891
|
zrevrank support in redis-cli
|
2010-03-16 16:20:35 +01:00 |
|
antirez
|
78409a0f84
|
HKEYS / HVALS / HGETALL
|
2010-03-16 16:09:58 +01:00 |
|
antirez
|
92b27fe946
|
An interesting refactoring + more expressive internal API
|
2010-03-15 22:46:20 +01:00 |
|
antirez
|
07efaf7467
|
HDEL and some improvement in DEBUG OBJECT command
|
2010-03-14 13:54:31 +01:00 |
|
Pieter Noordhuis
|
b287c9bb2b
|
use ZMERGE as starting point
|
2010-03-08 21:27:26 +01:00 |
|
antirez
|
978c2c944c
|
first implementation of HSET/HSET. More work needed
|
2010-03-06 01:56:16 +01:00 |
|
antirez
|
d239ec5960
|
redis-cli now runs in interactive mode if no command is provided
|
2010-03-04 16:36:30 +01:00 |
|
antirez
|
3919155375
|
initial implementation of SUBSTR
|
2010-03-03 23:15:52 +01:00 |
|
antirez
|
386b43c6b3
|
fpurge call removed from redis-cli
|
2010-03-03 20:08:16 +01:00 |
|
antirez
|
3589e1a7e5
|
ZRANK stress tester
|
2010-03-03 19:44:03 +01:00 |
|
antirez
|
2f4d2242ea
|
added quit and exit commands to redis-cli in order to quit the interactive mode
|
2010-03-03 14:41:47 +01:00 |
|
Damian Janowski & Michel Martens
|
6fa246220b
|
Add support for MULTI/EXEC.
|
2010-03-02 16:24:21 -03:00 |
|
Damian Janowski & Michel Martens
|
e3c7f0027f
|
Remove trailing newline in interactive mode.
|
2010-03-02 15:47:31 -03:00 |
|
Michel Martens & Damian Janowski
|
6cf5882c56
|
Add interactive mode to redis-cli.
|
2010-03-02 12:14:14 -03:00 |
|
antirez
|
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 |
|
antirez
|
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 |
|
antirez
|
4b00bebd3d
|
APPEND command
|
2010-02-04 15:55:52 +01:00 |
|
antirez
|
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 |
|
antirez
|
a9158272c6
|
now redis-cli understands -h
|
2010-01-15 16:42:29 -05:00 |
|
antirez
|
b177fd30ac
|
New vararg BLPOP able to block against multiple keys
|
2010-01-02 09:06:44 -05:00 |
|
antirez
|
4409877e19
|
not yet working BLPOP implementation
|
2009-12-29 14:59:40 -05:00 |
|
antirez
|
752da584f0
|
ZRANGE, ZREVRANGE now support WITHSCORES options
|
2009-12-22 16:09:27 -05:00 |
|
antirez
|
83c6a61889
|
printf format warnings fixed by casting
|
2009-12-06 01:25:37 +01:00 |
|
antirez
|
5703330151
|
a few redis-cli format specified fixed
|
2009-12-05 14:26:05 +01:00 |
|
antirez
|
e17e0b0529
|
fixed a subtle bug in redis-cli not having visible effects
|
2009-11-30 19:26:52 +01:00 |
|
antirez
|
80181f7848
|
Implemented LIMIT option in ZRANGEBYSCORE. We now enter feature-freeze
|
2009-11-28 22:01:13 +01:00 |
|
antirez
|
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 |
|
antirez
|
7db723adb2
|
ZINCRSCOREBY => ZINCRBY
|
2009-11-20 09:18:40 +01:00 |
|
antirez
|
e2665397a7
|
ZINCRSCOREBY implemented
|
2009-11-19 19:48:46 +01:00 |
|
antirez
|
51e01d9b39
|
Merge git://github.com/ianxm/redis
|
2009-11-12 21:40:34 +01:00 |
|
antirez
|
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 |
|
antirez
|
12f9d551b6
|
LPUSHPOP first implementation
|
2009-11-11 18:38:37 +01:00 |
|
antirez
|
060f6be6bf
|
Fixed issue 92 in redis: redis-cli (nil) return value lacks CR/LF
|
2009-11-10 10:26:09 +01:00 |
|
antirez
|
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 |
|
antirez
|
e2aba0f9ec
|
redis-cli now makes clear when the returned string is an integer
|
2009-11-01 15:31:54 +01:00 |
|
antirez
|
443c6409c3
|
SORT STORE option
|
2009-11-01 15:29:38 +01:00 |
|
antirez
|
802e837373
|
EXPIREAT implemented, will be useful for the append-only mode
|
2009-10-30 00:15:45 +01:00 |
|
antirez
|
1807985baf
|
ZREMRANGEBYSCORE implemented. Remove a range of elements with score between min and max
|
2009-10-29 11:10:16 +01:00 |
|
antirez
|
3c41331e11
|
ZLEN renamed ZCARD for consistency with SCARD
|
2009-10-28 13:17:14 +01:00 |
|
antirez
|
6e333bbee2
|
ZSCORE implemented
|
2009-10-27 01:06:49 +01:00 |
|
antirez
|
50c55df529
|
ZRANGEBYSCORE implemented. Redis got range queries!
|
2009-10-26 23:02:56 +01:00 |
|
antirez
|
e3870fab57
|
backward support to skiplists for ZREVRANGE, still broken, committing since I've to merge the Solaris patches
|
2009-10-26 16:14:49 +01:00 |
|
antirez
|
1b7106e7db
|
ZREM implemented
|
2009-10-26 12:04:42 +01:00 |
|
antirez
|
e197b441a2
|
some work on ZADD against existing element (score update), still broken...
|
2009-10-24 01:27:18 +02:00 |
|
antirez
|
cc81236105
|
zrange initial hack (not working for now)
|
2009-10-23 22:32:29 +02:00 |
|
antirez
|
fd8ccf4419
|
more work on ZSETs and a new make target called 32bit to build i386 binaries on mac os x leopard
|
2009-10-23 21:24:01 +02:00 |
|