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 385 of 408
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
make sortCommand aware that lookupKeyByPattern always increased the refcount of the returned value
Pieter Noordhuis
More...
about 15 years ago
revert 0c390a to stop using tricks with o->refcount
Pieter Noordhuis
More...
about 15 years ago
store the hash iterator on the heap instead of the stack
Pieter Noordhuis
More...
about 15 years ago
drop inline directive
Pieter Noordhuis
More...
about 15 years ago
rename hashReplace to hashSet
Pieter Noordhuis
More...
about 15 years ago
added dictFetchValue() to dict.c to make hash table API a bit less verbose in the common cases
antirez
More...
about 15 years ago
make sure that cmpobj is in decoded form when sorting by ALPHA (this solves edge case from previous commit where (!sortby && alpha) == 1)
Pieter Noordhuis
More...
about 15 years ago
more advanced leaks detection in test redis
antirez
More...
about 15 years ago
ability to select port/host from make test
antirez
More...
about 15 years ago
Active rehashing
antirez
More...
about 15 years ago
enable hash dereference in SORT on BY and GET
Pieter Noordhuis
More...
about 15 years ago
use shared replies for hset
Pieter Noordhuis
More...
about 15 years ago
set refcount of string objects retrieved from zipmaps to 0, so we don't have to touch the refcount of the objects inside dicts
Pieter Noordhuis
More...
about 15 years ago
added HSETNX
Pieter Noordhuis
More...
about 15 years ago
Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help
antirez
More...
about 15 years ago
Does not allow commands other than Pub/Sub commands when there is at least one pattern
antirez
More...
about 15 years ago
refactor of hash commands to use specialized api that abstracts zipmap and dict apis
Pieter Noordhuis
More...
about 15 years ago
move retrieval of long up to prevent an empty hash from being created
Pieter Noordhuis
More...
about 15 years ago
Fixed a tiny memory leak when loading the configuration file.
Alex McHale
More...
about 15 years ago
Merge branch 'hmget' of git://github.com/pietern/redis
antirez
More...
about 15 years ago
Now all the commands returning a multi bulk reply against non existing keys will return an empty multi bulk, not a nil one
antirez
More...
about 15 years ago
implemented HMGET
Pieter Noordhuis
More...
about 15 years ago
implemented HMSET
Pieter Noordhuis
More...
about 15 years ago
Sharing of small integer objects: may save a lot of memory with datasets having many of this
antirez
More...
about 15 years ago
dict.c fixed to play well with enabling/disabling of the hash table
antirez
More...
about 15 years ago
removed a no longer true assert in the VM code
antirez
More...
about 15 years ago
shareobjects feautres killed - no gains most of the time, but VM complexities
antirez
More...
about 15 years ago
use directly the real key object in VM I/O jobs to match by pointer, and to handle different keys with the same name living in different DBs, but being at the same moment in the IO job queues
antirez
More...
about 15 years ago
last change reverted as it was unstable... more testing needed
antirez
More...
about 15 years ago
Prevent hash table resize while there are active child processes in order to play well with copy on write
antirez
More...
about 15 years ago
←
1
2
…
381
382
383
384
385
386
387
388
389
…
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