antirez
|
622c69e93d
README section about make distclean reworded / extended.
|
10 years ago |
antirez
|
b45e16e7ee
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
10 years ago |
Salvatore Sanfilippo
|
161ff77572
Merge pull request #2262 from HeartSaVioR/explain-make-distclean
|
10 years ago |
Jungtaek Lim
|
219ab66cc8
Explain make distclean which seems not well known
|
10 years ago |
antirez
|
42357668e8
Advertise Redis Cluster as experimental in redis.conf.
|
10 years ago |
antirez
|
a7722dc31b
Typo fixed: fiels -> fields in rdbSaveInfoAuxFields().
|
10 years ago |
antirez
|
4c0e8923a6
A few more AUX info fields added to RDB.
|
10 years ago |
antirez
|
206cd219b6
RDB AUX fields support.
|
10 years ago |
antirez
|
1a30e7ded1
rdbLoad() refactoring to make it simpler to follow.
|
10 years ago |
antirez
|
e8614a1a77
New RDB v7 opcode: RESIZEDB.
|
10 years ago |
antirez
|
32b10004e2
sdsnative() removed: New rdb.c API can load native strings.
|
10 years ago |
antirez
|
f699b5e801
Use RDB_LOAD_PLAIN to load quicklists and encoded types.
|
10 years ago |
antirez
|
68bc02c36c
RDB refactored to load plain strings from RDB.
|
10 years ago |
Salvatore Sanfilippo
|
05ba119fbb
Merge pull request #2143 from mattsta/quicklist
|
10 years ago |
Matt Stancliff
|
5870e22423
Upgrade LZF to 3.6 (2011) from 3.5 (2009)
|
10 years ago |
Matt Stancliff
|
25e12d10be
Set optional 'static' for Quicklist+Redis
|
10 years ago |
Matt Stancliff
|
9e11d07909
Add more quicklist info to DEBUG OBJECT
|
10 years ago |
Matt Stancliff
|
02bb515a09
Config: Add quicklist, remove old list options
|
10 years ago |
Matt Stancliff
|
bbbbfb1442
Add branch prediction hints to quicklist
|
10 years ago |
Matt Stancliff
|
5f506b6d2b
Cleanup quicklist style
|
10 years ago |
Matt Stancliff
|
abdd1414a8
Allow compression of interior quicklist nodes
|
10 years ago |
Matt Stancliff
|
5127e39980
Add quicklist info to DEBUG OBJECT
|
10 years ago |
Matt Stancliff
|
8d7021892e
Remove malloc failure checks
|
10 years ago |
Matt Stancliff
|
e0d94a7b01
Increase test size for migrating large values
|
10 years ago |
Matt Stancliff
|
101b3a6e42
Convert quicklist RDB to store ziplist nodes
|
10 years ago |
Matt Stancliff
|
127c15e2b2
Convert RDB ziplist loading to sdsnative()
|
10 years ago |
Matt Stancliff
|
e1619772db
Add sdsnative()
|
10 years ago |
Matt Stancliff
|
c6bf20c2a7
Add adaptive quicklist fill factor
|
10 years ago |
Matt Stancliff
|
60a9418ed9
redis-benchmark: Add RPUSH and RPOP tests
|
10 years ago |
Matt Stancliff
|
0f15eb183b
Free ziplist test lists during tests
|
10 years ago |