137
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
another minor fix for Solaris boxes More... over 16 years ago
minor fix for Solaris boxes More... over 16 years ago
minor fix for Solaris boxes More... over 16 years ago
maxmemory implemented More... over 16 years ago
Redis git version modified to 0.101 in order to distinguish that from the latest tar.gz via INFO ;) More... over 16 years ago
Redis 0.100 released More... over 16 years ago
client libraries synched in git More... over 16 years ago
ignore gcc warning about write() return code not checked. It is esplicitily this way since the "max number of clients reached" is a best-effort error More... over 16 years ago
max bytes of a received command enlarged from 1k to 16k More... over 16 years ago
RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux More... over 16 years ago
maxclients implemented, see redis.conf for details More... over 16 years ago
INFO command now reports replication info More... over 16 years ago
minor fix to RubyRedis about bulk commands sent without arguments More... over 16 years ago
Warns if using the default config More... over 16 years ago
Issue with redis-client used in scripts solved, now to check if the latest argument must come from standard input we do not check that stdin is or not a tty but the command arity More... over 16 years ago
RubyRedis: now sets are returned as arrays again, and not as Set objects More... over 16 years ago
SLAVEOF command documented More... over 16 years ago
SLAVEOF command implemented for replication remote control More... over 16 years ago
Fix: no connection timeout for the master! More... over 16 years ago
replication slave timeout when receiving the initial bulk data set to 3600 seconds, now that replication is non-blocking the server must save the db before to start the async replication and this can take a lot of time with huge datasets More... over 16 years ago
README tutorial now reflects the new proto More... over 16 years ago
critical bug about glueoutputbuffers=yes fixed. Under load and with pipelining and clients disconnecting on the middle of the chat with the server, Redis could block. Now it's ok More... over 16 years ago
TTL command doc added More... over 16 years ago
TTL command implemented More... over 16 years ago
S*STORE now return the cardinality of the resulting set More... over 16 years ago
rubyredis more compatible with Redis-rb More... over 16 years ago
minor indentation fix More... over 16 years ago
timeout support and Redis-rb compatibility aliases implemented in RubyRedis More... over 16 years ago
RubyRedis info postprocessor rewritten in a more functional way More... over 16 years ago
dead code removed from RubyRedis More... over 16 years ago