0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Dec 10, 2023 — Dec 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ask for confirmation before AOF is truncated More... about 15 years ago
str can be free'd outside readString More... about 15 years ago
moved argument parsing around More... about 15 years ago
ignore redis-check-aof binary More... about 15 years ago
allow AOF to be fixed by truncating to the portion of the file that is valid More... about 15 years ago
tool to check if AOF is valid More... about 15 years ago
included fmacros.h in linenose.c to avoid compilation warnings on Linux More... about 15 years ago
compilation fix for mac os x More... about 15 years ago
Merge branch 'master' of [email protected]:antirez/redis More... about 15 years ago
On Linux now fdatasync() is used insetad of fsync() in order to flush the AOF file kernel buffers More... about 15 years ago
More tests for APPEND and tests for SUBSTR More... about 15 years ago
linenoise.c updated, now redis-cli can be used in a pipe More... about 15 years ago
redis-cli minor fix (less segfault is better) More... about 15 years ago
New MONITOR output format with timestamp, every command in a single line, string representations More... about 15 years ago
redis-cli INFO output format is now raw again More... about 15 years ago
Added more information about slave election in Redis Cluster alternative doc More... about 15 years ago
Redis cluster version 2 More... about 15 years ago
Fixed a redis-cli bug, was using free instead of zfree call More... about 15 years ago
AOF is now rewritten on slave after SYNC with master. Thanks to @_km for finding this bug and any others' More... about 15 years ago
redis-cli is now using only the new protocol More... about 15 years ago
Minimal support for subscribe/psubscribe in redis-cli More... about 15 years ago
don't output the newline when stdout is not a tty More... about 15 years ago
redis-cli now is able to also output the string representation instead of the raw string. Much better for debugging More... about 15 years ago
Initial support for quoted strings in redis-cli More... about 15 years ago
SETEX implemented More... about 15 years ago
Pub/Sub API change: now messages received via pattern matching have a different message type and an additional field representing the original pattern the message matched More... about 15 years ago
typo fixed, reloaded More... about 15 years ago
typo fixed More... about 15 years ago
REDIS-CLUSTER doc updated More... about 15 years ago
Virtual memory design document removed, no longer needed as we have a full specification and implementation More... about 15 years ago