0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 25, 2024 — Nov 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[] calls self.get explicitly to avoid Sinatra collision More... over 16 years ago
Allow users of the Redis gem to use the Redis tasks. More... over 16 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb More... over 16 years ago
Prepare for v0.1.0 More... over 16 years ago
Ruby 1.9 compat: ensure to run specs against the current code, instead of the installed gem More... over 16 years ago
:password option in Redis.new sends AUTH More... over 16 years ago
Nullify @sock when #call_command not succed. This unify the failure policy. More... over 16 years ago
Disabling MONITOR and SYNC commands More... over 16 years ago
bump version number More... over 16 years ago
Added specs for uncovered commands More... over 16 years ago
Added few specs More... over 16 years ago
Added rcov Rake task More... over 16 years ago
minor fix to reconnection code with major reliability effects More... over 16 years ago
Ensure to pass the original arguments after a failure [tmm1] More... over 16 years ago
Upcase name convention for constants More... over 16 years ago
Code formatting and style More... over 16 years ago
Applied antirez fix to boolean conversion More... over 16 years ago
Introducing more constants More... over 16 years ago
Extracted OK response code to a constant More... over 16 years ago
Boolean return code for #set More... over 16 years ago
Treat initialize options as Fixnum instances where possible More... over 16 years ago
Merge branch 'master' of git://github.com/brianmckinney/redis-rb More... over 16 years ago
Merge branch 'master' of git://github.com/ezmobius/redis-rb More... over 16 years ago
Rebase redis-rb on antirez's ruby_2 client More... over 16 years ago
Sigh need an extra . in the range for determing whether it is a SELECT or not More... over 16 years ago
Dont select db twice More... over 16 years ago
Retry on command boundaries only More... over 16 years ago
Merge branch 'master' of [email protected]:brianmckinney/redis-rb More... over 16 years ago
Add spec for PING More... over 16 years ago
Ensure to select the correct database after socket connection More... over 16 years ago