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
7 months
ago. based on code collected
7 months
ago.
Dec 10, 2023 — Dec 10, 2024
Showing page 387 of 408
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
removed unnecessary refcount increase that caused the HINCRBY memleak
Pieter Noordhuis
More...
about 15 years ago
implements HINCRBY and tests (todo: find and fix small memleak)
Pieter Noordhuis
More...
about 15 years ago
Removed a useless if spotted by Pieter Noordhuis
antirez
More...
about 15 years ago
Fixed a critical replication bug: binary values issued with the multi bulk protocol caused a protocol desync with slaves.
antirez
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
antirez
More...
over 15 years ago
CONFIG command implemened -- just a start but already useful
antirez
More...
over 15 years ago
Remove trailing whitespace.
Alex McHale
More...
over 15 years ago
redis-cli prompt is now redis>
antirez
More...
over 15 years ago
with --help states that you can use - as config file name to feed config via stdin
antirez
More...
over 15 years ago
New INFO field: expired_keys
antirez
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
antirez
More...
over 15 years ago
Use linenoise for line editing on redis-cli.
Michel Martens
More...
over 15 years ago
Fix authentication for redis-cli on non-interactive mode.
Michel Martens & Damian Janowski
More...
over 15 years ago
key deletion on empty value fix + some refactoring
antirez
More...
over 15 years ago
Empty value trigger key removal in all the operations
antirez
More...
over 15 years ago
Merged gnrfan patches fixing issues 191, 193, 194
antirez
More...
over 15 years ago
Merge branch 'issue_193' of git://github.com/gnrfan/redis
antirez
More...
over 15 years ago
Merge branch 'issue_191' of git://github.com/gnrfan/redis
antirez
More...
over 15 years ago
Redis master version is now 1.3.7
antirez
More...
over 15 years ago
support for include directive in config parser
Jeremy Zawodny
More...
over 15 years ago
Removed a stupid overriding of config values due to a wrong cut&paste
antirez
More...
over 15 years ago
VM hash type swappability implemented. Handling of failed pthread_create() call.
antirez
More...
over 15 years ago
Solving issue #191 on Google Code: -v and --version should print the version of Redis
Antonio Ognio
More...
over 15 years ago
Solves issue #194 on Google Code: --help parameter to redis-srver prints the usage message
Antonio Ognio
More...
over 15 years ago
Fixing issue 193
Antonio Ognio
More...
over 15 years ago
increment server.dirty on HDEL
antirez
More...
over 15 years ago
Redis 1.3.6
antirez
More...
over 15 years ago
test-redis.tcl dataset digest function Hash support
antirez
More...
over 15 years ago
zipmap fix for large values
antirez
More...
over 15 years ago
Optimization fixed and re-activated
antirez
More...
over 15 years ago
←
1
2
…
383
384
385
386
387
388
389
390
391
…
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