Pieter Noordhuis
|
20dad91bdf
|
Tests for string2ll; move isObject* to object.c
|
2011-04-27 13:26:33 +02:00 |
|
Pieter Noordhuis
|
d548f3daad
|
Move code
|
2011-04-27 13:16:23 +02:00 |
|
Pieter Noordhuis
|
992fe21706
|
Use correct argc/argv for cleanup when loading AOF
|
2011-04-22 09:42:38 +02:00 |
|
Pieter Noordhuis
|
2f170ad733
|
Reformat AOF tests
|
2011-04-22 09:42:38 +02:00 |
|
antirez
|
29a87f23b1
|
Variadic SREM backported from unstable
|
2011-04-21 17:31:10 +02:00 |
|
antirez
|
0882fe5e43
|
addReplyLongLong optimized to return shared objects when the value to reply is 0 or 1
|
2011-04-21 17:15:47 +02:00 |
|
antirez
|
7e5cf2660c
|
CLIENT KILL implemented
|
2011-04-21 17:11:24 +02:00 |
|
antirez
|
91867a5ea2
|
CLIENT LIST implemented
|
2011-04-21 17:09:46 +02:00 |
|
antirez
|
1c30cad1ab
|
peak mem in INFO backported from unstable branch
|
2011-04-21 16:55:27 +02:00 |
|
antirez
|
bd50301f3e
|
removed check for zmalloc return NULL in createClient(). The check was misplaced, and zmalloc never returns NULL.
|
2011-04-21 16:44:00 +02:00 |
|
antirez
|
760dec3a6c
|
VM/direct-saving fixes
|
2011-04-20 17:48:46 +02:00 |
|
antirez
|
e8852d782d
|
encoding.c/h added, this new functions make sure that even our in memory represenation of encoded types is endianess agnostic, so we can save this stuff directly on disk without problems when reloading on a different arch.
|
2011-04-20 15:58:36 +02:00 |
|
antirez
|
1f84b0648b
|
yet more manual backporting from unstable
|
2011-04-20 15:57:35 +02:00 |
|
antirez
|
73f01b0606
|
Some manual merging of encoded values direct saving
|
2011-04-20 15:49:32 +02:00 |
|
antirez
|
552a6fb39d
|
fix type id for specially encoded data types, for direct blob saving of intsets, ziplists and zipmaps
|
2011-04-20 15:41:13 +02:00 |
|
antirez
|
5045ff843a
|
direct saving of specially encoded types implemented for lists and sets too
|
2011-04-20 15:41:13 +02:00 |
|
antirez
|
c92283770d
|
added new RDB codes for ziplist encoded lists and intset encodeed sets
|
2011-04-20 15:41:13 +02:00 |
|
antirez
|
44d4b87f1f
|
convert the zipmap into hash in rdb loading if the zipmap has too many elements
|
2011-04-20 15:41:13 +02:00 |
|
antirez
|
cebac46589
|
API change function name fix
|
2011-04-20 15:41:13 +02:00 |
|
antirez
|
68495c46fe
|
changed names of APIs to get blob len of special encoded data types
|
2011-04-20 15:41:13 +02:00 |
|
antirez
|
3dffb8e21e
|
save zipmap encoded hashes as blobs. Work in progress.
|
2011-04-20 15:41:13 +02:00 |
|
Pieter Noordhuis
|
1c53928fca
|
Functions to get size of specially encoded value in bytes
|
2011-04-20 15:32:44 +02:00 |
|
Pieter Noordhuis
|
660a0cdf02
|
Don't export unused function
|
2011-04-20 15:32:44 +02:00 |
|
Pieter Noordhuis
|
01fc59b787
|
More allocators
|
2011-04-19 23:54:43 +02:00 |
|
Pieter Noordhuis
|
ff8187844a
|
Inline sdslen and sdsavail (thanks to @bitbckt)
|
2011-04-19 23:10:45 +02:00 |
|
Pieter Noordhuis
|
1dabf116d8
|
Update hiredis
|
2011-04-19 23:07:36 +02:00 |
|
antirez
|
5b97a708fc
|
variadic HDEL backported from unstable to 2.4
|
2011-04-19 17:14:44 +02:00 |
|
antirez
|
17f41d49b4
|
variadic SADD backported from unstable
|
2011-04-19 16:41:27 +02:00 |
|
antirez
|
8514f3c035
|
prepare to cherry pick
|
2011-04-19 16:35:07 +02:00 |
|
Pieter Noordhuis
|
3fa46ef069
|
Use custom string2ll and strchr
|
2011-04-18 21:25:52 +02:00 |
|
antirez
|
3c2fe3f88d
|
version bumped to 2.3.2 after optimized sorted set merge
|
2011-04-15 17:51:03 +02:00 |
|
Pieter Noordhuis
|
687054849e
|
Merge branch '2.4' into 2.4-zset
|
2011-04-15 17:47:10 +02:00 |
|
antirez
|
577b084e3c
|
version bumped to 2.3.1 (2.4 unstable)
|
2011-04-15 17:43:21 +02:00 |
|
antirez
|
6a9764d183
|
Merge branch '2.2' of github.com:antirez/redis into 2.2
|
2011-04-15 17:28:03 +02:00 |
|
antirez
|
c138dc7da4
|
variadic LPUSH/RPUSH backported to 2.2
|
2011-04-15 17:27:20 +02:00 |
|
antirez
|
1b905277bb
|
tests for variadic list push
|
2011-04-15 17:15:59 +02:00 |
|
Pieter Noordhuis
|
cf7a138684
|
Explicitly zero zval since it is stored on the stack
|
2011-04-06 16:57:08 +02:00 |
|
Pieter Noordhuis
|
edfd6ae76b
|
Test for ENCODING_SKIPLIST instead of ENCODING_RAW
|
2011-04-06 16:10:40 +02:00 |
|
Pieter Noordhuis
|
408e12dcaa
|
Typo
|
2011-04-06 15:53:52 +02:00 |
|
Pieter Noordhuis
|
dfeb899b2d
|
Merge branch '2.2' into 2.2-zset
Conflicts:
src/object.c
|
2011-04-06 15:46:33 +02:00 |
|
antirez
|
2b886275e9
|
Redis 2.2.4
2.2.4
|
2011-04-06 15:39:54 +02:00 |
|
antirez
|
93db956e06
|
make sure that OBJECT ENCODING returns skiplist for sorted sets, and not raw, so that once we will merge specially encoded sorted sets everything will make sense.
|
2011-04-06 15:38:08 +02:00 |
|
antirez
|
27fc6199ca
|
CHANGELOG updated
2.2.3
|
2011-04-06 12:46:39 +02:00 |
|
antirez
|
0b01578d2e
|
Merge branch '2.2' of github.com:antirez/redis into 2.2
|
2011-04-06 12:23:44 +02:00 |
|
antirez
|
920c45b818
|
version is now 2.2.3
|
2011-04-06 12:23:16 +02:00 |
|
antirez
|
cf6c3f4b04
|
OBJECT command implemented
|
2011-04-06 12:22:09 +02:00 |
|
antirez
|
fb90934c47
|
fixed memory leak introduced with the previous commit. Many thanks to Pieter Noordhuis for spotting it in no time
|
2011-03-31 19:54:08 +02:00 |
|
antirez
|
207ca3cedd
|
Merge branch '2.2' of github.com:antirez/redis into 2.2
|
2011-03-31 16:45:27 +02:00 |
|
antirez
|
97d3b7dc8d
|
Fixed issue #503. MONITOR + QUIT could crash the server, there are actually other interactions that could have the same effect (for instance Pub/Sub).
|
2011-03-31 16:45:05 +02:00 |
|
antirez
|
abdbfc14c0
|
Fixed sdssplitargs() handling of hex-style escapes.
|
2011-03-22 22:49:33 +01:00 |
|