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
Redis
Settings
|
Report Duplicate
137
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Nov 27, 2024 — Nov 27, 2025
Showing page 416 of 425
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed Issue 83:Using TYPE on a zset results in a malformed response from the Redis server
antirez
More...
about 16 years ago
Fixed compilation on Linux
antirez
More...
about 16 years ago
append only mode is now able to translate EXPIRE into EXPIREAT transparently
antirez
More...
about 16 years ago
appendfsync is now set to NO by default
antirez
More...
about 16 years ago
support for appendonly mode no, always, everysec
antirez
More...
about 16 years ago
first fix for append only mode
antirez
More...
about 16 years ago
Initial implementation of append-only mode. Loading still not implemented.
antirez
More...
about 16 years ago
EXPIRE behaviour changed a bit, a negative TTL or an EXPIREAT with unix time in the past will now delete the key. It seems saner to me than doing nothing.
antirez
More...
about 16 years ago
EXPIREAT implemented, will be useful for the append-only mode
antirez
More...
about 16 years ago
Fixed Issue 74 (ERR just returned on invalid password), now the error message is -ERR invalid password.
antirez
More...
about 16 years ago
Fixed issue 72 (SLAVEOF shutdowns redis-server on malformed reply)
antirez
More...
about 16 years ago
Fixed issue 77 (Incorrect time in log files) thanks to youwantalex
antirez
More...
about 16 years ago
Fixed Issue 76 (redis-server crashes when it can't connect to MASTER and client connects to SLAVE)
antirez
More...
about 16 years ago
ZREMRANGEBYSCORE implemented. Remove a range of elements with score between min and max
antirez
More...
about 16 years ago
TODO changes and mostly theoretical minor skiplist change
antirez
More...
about 16 years ago
ZLEN renamed ZCARD for consistency with SCARD
antirez
More...
about 16 years ago
TODO reworked to reflect the real roadmap
antirez
More...
about 16 years ago
Fix for 'make 32bit'
antirez
More...
about 16 years ago
a fix for the solaris fix itself ;)
antirez
More...
about 16 years ago
More Solaris fixes
antirez
More...
about 16 years ago
A lot of ZSETs tests implemented, and a bug fixed thanks to this new tests
antirez
More...
about 16 years ago
zmalloc Solaris fixes thanks to Alan Harder
antirez
More...
about 16 years ago
ZSCORE implemented
antirez
More...
about 16 years ago
fix for ZRANGEBYSCORE
antirez
More...
about 16 years ago
ZRANGEBYSCORE implemented. Redis got range queries!
antirez
More...
about 16 years ago
A trivial change makes the new implementation O(log(N)) instead of O(log(N))+O(M) when there are M repeated scores!
antirez
More...
about 16 years ago
ZSET now saved on disk like any other type
antirez
More...
about 16 years ago
double serialization routines implemented
antirez
More...
about 16 years ago
ZSETs random fixes. Now the implementation appears to be pretty stable
antirez
More...
about 16 years ago
another leak fixed. Can't find more for now, but still a bug in ZSETs to fix
antirez
More...
about 16 years ago
←
1
2
…
412
413
414
415
416
417
418
419
420
…
424
425
→
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