openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
redict
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
6 months
ago. based on code collected
6 months
ago.
Dec 10, 2023 — Dec 10, 2024
Showing page 404 of 408
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
timeout support and Redis-rb compatibility aliases implemented in RubyRedis
antirez
More...
about 16 years ago
RubyRedis info postprocessor rewritten in a more functional way
antirez
More...
about 16 years ago
dead code removed from RubyRedis
antirez
More...
about 16 years ago
command postprocessing implemented into RubyRedis
antirez
More...
about 16 years ago
Automagically reconnection of RubyRedis
antirez
More...
about 16 years ago
RubyRedis: Array alike operators implemented
antirez
More...
about 16 years ago
random testing code removed
antirez
More...
about 16 years ago
RubyRedis DB selection forced at object creation
antirez
More...
about 16 years ago
Initial version of an alternative Ruby client added
antirez
More...
about 16 years ago
SDIFF / SDIFFSTORE added to doc
antirez
More...
about 16 years ago
Aman Gupta changes merged
antirez
More...
about 16 years ago
Merge git://github.com/tmm1/redis
antirez
More...
about 16 years ago
Allow timeout=0 config to disable client timeouts
Aman Gupta
More...
about 16 years ago
Partial qsort implemented in SORT command, only when both BY and LIMIT is used. minor fix for a warning compiling under Linux.
antirez
More...
about 16 years ago
psort.c/h added. This is a partial qsort implementation that Redis will use when SORT+LIMIT is requested
antirez
More...
about 16 years ago
Fix SINTER/UNIONSTORE to allow for &=/|= style operations (i.e. SINTERSTORE set1 set1 set2)
Aman Gupta
More...
about 16 years ago
Optimize SDIFF to return as soon as the result set is empty
Aman Gupta
More...
about 16 years ago
SDIFF/SDIFFSTORE implemnted unifying it with the implementation of SUNION/SUNIONSTORE
antirez
More...
about 16 years ago
timestamp in log lines
antirez
More...
about 16 years ago
Python client updated pushing from Ludo's repository
antirez
More...
about 16 years ago
disconnect when we cannot read from the socket
Ludovico Magnocavallo
More...
about 16 years ago
benchmark utility now supports random keys
antirez
More...
about 16 years ago
minor doc changes
antirez
More...
about 16 years ago
added tests for vararg DEL
antirez
More...
about 16 years ago
DEL is now a vararg, IMPORTANT: memory leak fixed in loading DB code
antirez
More...
about 16 years ago
doc changes
antirez
More...
about 16 years ago
CPP client added thanks to Brian Hammond
antirez
More...
about 16 years ago
Infinite number of arguments for MGET and all the other commands
antirez
More...
about 16 years ago
Warns if /proc/sys/vm/overcommit_memory is set to 0 on Linux. Also make sure to don't resize the hash tables while the child process is saving in order to avoid copy-on-write of memory pages
antirez
More...
about 16 years ago
zmalloc fix, return NULL or real malloc failure
antirez
More...
about 16 years ago
←
1
2
…
400
401
402
403
404
405
406
407
408
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree