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 383 of 408
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
ask for confirmation before AOF is truncated
Pieter Noordhuis
More...
about 15 years ago
str can be free'd outside readString
Pieter Noordhuis
More...
about 15 years ago
moved argument parsing around
Pieter Noordhuis
More...
about 15 years ago
ignore redis-check-aof binary
Pieter Noordhuis
More...
about 15 years ago
allow AOF to be fixed by truncating to the portion of the file that is valid
Pieter Noordhuis
More...
about 15 years ago
tool to check if AOF is valid
Pieter Noordhuis
More...
about 15 years ago
included fmacros.h in linenose.c to avoid compilation warnings on Linux
antirez
More...
about 15 years ago
compilation fix for mac os x
antirez
More...
about 15 years ago
Merge branch 'master' of
[email protected]
:antirez/redis
antirez
More...
about 15 years ago
On Linux now fdatasync() is used insetad of fsync() in order to flush the AOF file kernel buffers
antirez
More...
about 15 years ago
More tests for APPEND and tests for SUBSTR
antirez
More...
about 15 years ago
linenoise.c updated, now redis-cli can be used in a pipe
antirez
More...
about 15 years ago
redis-cli minor fix (less segfault is better)
antirez
More...
about 15 years ago
New MONITOR output format with timestamp, every command in a single line, string representations
antirez
More...
about 15 years ago
redis-cli INFO output format is now raw again
antirez
More...
about 15 years ago
Added more information about slave election in Redis Cluster alternative doc
antirez
More...
about 15 years ago
Redis cluster version 2
antirez
More...
about 15 years ago
Fixed a redis-cli bug, was using free instead of zfree call
antirez
More...
about 15 years ago
AOF is now rewritten on slave after SYNC with master. Thanks to @_km for finding this bug and any others'
antirez
More...
about 15 years ago
redis-cli is now using only the new protocol
antirez
More...
about 15 years ago
Minimal support for subscribe/psubscribe in redis-cli
antirez
More...
about 15 years ago
don't output the newline when stdout is not a tty
antirez
More...
about 15 years ago
redis-cli now is able to also output the string representation instead of the raw string. Much better for debugging
antirez
More...
about 15 years ago
Initial support for quoted strings in redis-cli
antirez
More...
about 15 years ago
SETEX implemented
antirez
More...
about 15 years ago
Pub/Sub API change: now messages received via pattern matching have a different message type and an additional field representing the original pattern the message matched
antirez
More...
about 15 years ago
typo fixed, reloaded
antirez
More...
about 15 years ago
typo fixed
antirez
More...
about 15 years ago
REDIS-CLUSTER doc updated
antirez
More...
about 15 years ago
Virtual memory design document removed, no longer needed as we have a full specification and implementation
antirez
More...
about 15 years ago
←
1
2
…
379
380
381
382
383
384
385
386
387
…
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