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 |
|
Pieter Noordhuis
|
724376a0df
|
Backport patch: object swappability for encoded sorted sets
|
2011-03-22 16:35:50 +01:00 |
|
Pieter Noordhuis
|
476f044db6
|
Backport patch: don't use blob-saving
|
2011-03-22 16:30:29 +01:00 |
|
Pieter Noordhuis
|
8b2449dca0
|
Backport patch: signalModifiedKey (unstable) -> touchWatchedKey (2.2)
|
2011-03-22 16:12:26 +01:00 |
|
Pieter Noordhuis
|
763d6165ea
|
Test that sorted sets are removed when empty
|
2011-03-22 16:09:22 +01:00 |
|
Pieter Noordhuis
|
2e18193f5b
|
Remove sorted set when empty after ZREMRANGEBY*
|
2011-03-22 16:09:22 +01:00 |
|
Pieter Noordhuis
|
7f9c973467
|
Fix DEBUG DIGEST, SORT and AOF rewrite
|
2011-03-22 16:09:22 +01:00 |
|
Pieter Noordhuis
|
366e872d4d
|
Test both sorted set encodings for every test
|
2011-03-22 16:09:22 +01:00 |
|
Pieter Noordhuis
|
4d8f13ddc3
|
Offset should be size_t
|
2011-03-22 16:09:21 +01:00 |
|
Pieter Noordhuis
|
3e518093b6
|
Remove unused function
|
2011-03-22 16:09:21 +01:00 |
|
Pieter Noordhuis
|
99cec798bb
|
Test for empty inner range when looking for elements in range
|
2011-03-22 16:09:21 +01:00 |
|
Pieter Noordhuis
|
ccf96e197b
|
Make zzl API unaware of the robj where the ziplist is stored
|
2011-03-22 16:09:21 +01:00 |
|
Pieter Noordhuis
|
8f0a41be98
|
Encode sorted set after loading from dump
|
2011-03-22 16:09:21 +01:00 |
|
Pieter Noordhuis
|
63b29390b2
|
Convert encoding of result when in limits
|
2011-03-22 16:08:42 +01:00 |
|
Pieter Noordhuis
|
46aa0e2472
|
Remove comment
|
2011-03-22 16:08:03 +01:00 |
|
Pieter Noordhuis
|
07d9e35637
|
Generic iterator code for usage in ZUNIONSTORE/ZINTERSTORE
|
2011-03-22 16:08:03 +01:00 |
|
Pieter Noordhuis
|
2e12082b3e
|
Make zzlLength take a ziplist argument
|
2011-03-22 16:08:03 +01:00 |
|
Pieter Noordhuis
|
08532b1e99
|
Add new string to long long function
|
2011-03-22 16:08:03 +01:00 |
|
Pieter Noordhuis
|
771ea6e1a6
|
Fix used function in ZCARD
|
2011-03-22 16:08:03 +01:00 |
|
Pieter Noordhuis
|
c5802e3f4a
|
Convert encoding when thresholds overflow
|
2011-03-22 16:08:03 +01:00 |
|
Pieter Noordhuis
|
eab8382d18
|
Configurable thresholds for encoded sorted sets
|
2011-03-22 16:08:03 +01:00 |
|
Pieter Noordhuis
|
efc77ad91c
|
Persistence code for encoded sorted sets
|
2011-03-22 16:07:37 +01:00 |
|
Pieter Noordhuis
|
a3886e29a6
|
Support dual encoding for more commands
|
2011-03-22 16:06:07 +01:00 |
|
Pieter Noordhuis
|
db912c5a93
|
Support dual encoding for ZRANGEBYSCORE et al
|
2011-03-22 16:06:07 +01:00 |
|
Pieter Noordhuis
|
2165ac5573
|
Helpers to move around in encoded sorted set
|
2011-03-22 16:06:07 +01:00 |
|
Pieter Noordhuis
|
f8224a4f90
|
Support dual encoding for ZREMRANGEBYRANK
|
2011-03-22 16:06:07 +01:00 |
|