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 384 of 408
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
new units for bytes specification
antirez
More...
about 15 years ago
Now in redis.conf it is possible to specify units where appropriate instead of amounts of bytes, like 2Gi or 4M and so forth
antirez
More...
about 15 years ago
binary safe keys ready implementation of RANDOMKEYS
antirez
More...
about 15 years ago
Now that's the right 1.3.10
antirez
More...
about 15 years ago
Revert "fsync always now uses O_DIRECT on Linux"
antirez
More...
about 15 years ago
Revert "define __USE_GNU to get O_DIRECT"
antirez
More...
about 15 years ago
Merge branch 'master' of github.com:antirez/redis
antirez
More...
about 15 years ago
Revert "version 1.3.10"
antirez
More...
about 15 years ago
version 1.3.10
antirez
More...
about 15 years ago
define __USE_GNU to get O_DIRECT
antirez
More...
about 15 years ago
fsync always now uses O_DIRECT on Linux
antirez
More...
about 15 years ago
More precise memory used guesswork in zmalloc.c
antirez
More...
about 15 years ago
Fix for MULTI/EXEC and Replication/AOF: now the block is correctly sent as MULTI/..writing operations../EXEC. Ok for slaves but more work needed for the AOF as it should be a write-all-or-nothing business
antirez
More...
about 15 years ago
running the test using tcl8.5 directly instead of tclsh that too often it's a symlink to 8.4
antirez
More...
about 15 years ago
Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the test suit is attempted to run under 8.4
antirez
More...
about 15 years ago
Fix for a SORT bug introduced with commit 16fa22f1, regression test added
antirez
More...
about 15 years ago
Guru mediation -> meditation
antirez
More...
about 15 years ago
Merge branch 'hash' of git://github.com/pietern/redis
antirez
More...
about 15 years ago
redisAssert(0) => redisPanic("something meaningful")
antirez
More...
about 15 years ago
make sure that the resulting value in hincrby is encoded when possible
Pieter Noordhuis
More...
about 15 years ago
increment dirty counter after hmset
Pieter Noordhuis
More...
about 15 years ago
strip tryObjectEncoding from hashSet, to enable the arguments being encoded in-place
Pieter Noordhuis
More...
about 15 years ago
Added support for Guru Mediation, and raising a guru mediation if refCount <= 0 but decrRefCount is called against such an object
antirez
More...
about 15 years ago
fix small error and memory leaks in SORT
Pieter Noordhuis
More...
about 15 years ago
SORT/GET test added
antirez
More...
about 15 years ago
Added tests for GET/BY against hashes fields
antirez
More...
about 15 years ago
Merge branch 'hash-refactor' of git://github.com/pietern/redis
antirez
More...
about 15 years ago
check eptr inline
Pieter Noordhuis
More...
about 15 years ago
refactor code that retrieves value from object or replies to client
Pieter Noordhuis
More...
about 15 years ago
check object type in lookupKeyByPattern
Pieter Noordhuis
More...
about 15 years ago
←
1
2
…
380
381
382
383
384
385
386
387
388
…
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