137
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a critical replication bug: binary values issued with the multi bulk protocol caused a protocol desync with slaves. More... over 15 years ago
Fixed the reply about denied write commands under maxmemory reached condition: now the error will no longer lead to a client-server protocol desync More... over 15 years ago
CONFIG command implemened -- just a start but already useful More... over 15 years ago
Remove trailing whitespace. More... over 15 years ago
redis-cli prompt is now redis> More... over 15 years ago
with --help states that you can use - as config file name to feed config via stdin More... over 15 years ago
New INFO field: expired_keys More... over 15 years ago
the Cron timer function is now called 10 times per second instead of 1 time per second to make Redis more responsibe to BGSAVE and to delete expired keys more incrementally More... over 15 years ago
Use linenoise for line editing on redis-cli. More... over 15 years ago
Fix authentication for redis-cli on non-interactive mode. More... over 15 years ago
key deletion on empty value fix + some refactoring More... over 15 years ago
Empty value trigger key removal in all the operations More... over 15 years ago
Merged gnrfan patches fixing issues 191, 193, 194 More... over 15 years ago
Merge branch 'issue_193' of git://github.com/gnrfan/redis More... over 15 years ago
Merge branch 'issue_191' of git://github.com/gnrfan/redis More... over 15 years ago
Redis master version is now 1.3.7 More... over 15 years ago
support for include directive in config parser More... over 15 years ago
Removed a stupid overriding of config values due to a wrong cut&paste More... over 15 years ago
VM hash type swappability implemented. Handling of failed pthread_create() call. More... over 15 years ago
Solving issue #191 on Google Code: -v and --version should print the version of Redis More... over 15 years ago
Solves issue #194 on Google Code: --help parameter to redis-srver prints the usage message More... over 15 years ago
Fixing issue 193 More... over 15 years ago
increment server.dirty on HDEL More... over 15 years ago
Redis 1.3.6 More... over 15 years ago
test-redis.tcl dataset digest function Hash support More... over 15 years ago
zipmap fix for large values More... over 15 years ago
Optimization fixed and re-activated More... over 15 years ago
reverted an optimization that makes Redis not stable More... over 15 years ago
Fixed redis-cli auth code More... over 15 years ago
HDEL fix, an optimization for comparison of objects in hash table lookups when they are integer encoding More... over 15 years ago