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
removed unnecessary refcount increase that caused the HINCRBY memleak More... about 15 years ago
implements HINCRBY and tests (todo: find and fix small memleak) More... about 15 years ago
Removed a useless if spotted by Pieter Noordhuis More... about 15 years ago
Fixed a critical replication bug: binary values issued with the multi bulk protocol caused a protocol desync with slaves. More... about 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