antirez
|
d275513b04
|
Merge branch '2.4' of github.com:antirez/redis into 2.4
|
2011-05-01 15:42:53 +02:00 |
|
antirez
|
2618476032
|
Fixed a problem with string2ll()
|
2011-05-01 15:40:43 +02:00 |
|
antirez
|
c924df8c83
|
Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the connection with its slaves
|
2011-04-29 14:18:45 +02:00 |
|
Pieter Noordhuis
|
01f36192c8
|
Extra tests for string2ll
|
2011-04-27 14:38:58 +02:00 |
|
Pieter Noordhuis
|
6e258c76bf
|
Check seplen and len before malloc'ing "tokens"
|
2011-04-27 14:33:21 +02:00 |
|
Pieter Noordhuis
|
355d8cb0b5
|
Use correct replacement length in sdscatrepr()
|
2011-04-27 14:31:18 +02:00 |
|
Pieter Noordhuis
|
f1e072c57d
|
Check for \n after finding \r
|
2011-04-27 14:29:27 +02:00 |
|
Pieter Noordhuis
|
a244985d1d
|
Show memory allocator in INFO output
|
2011-04-27 13:35:49 +02:00 |
|
Pieter Noordhuis
|
b83a52c6f8
|
Use string2ll in ziplist code (faster)
|
2011-04-27 13:30:32 +02:00 |
|
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 |
|