index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reclaim page cache of RDB file (#11248)
Tian
2023-02-12
1
-0
/
+1
*
Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...
filipe oliveira
2022-12-04
1
-0
/
+1
*
optimizing d2string() and addReplyDouble() with grisu2: double to string conv...
filipe oliveira
2022-10-15
1
-1
/
+1
*
Avoid using unsafe C functions (#10932)
ranshid
2022-07-18
1
-0
/
+3
*
Fsync directory while persisting AOF manifest, RDB file, and config file (#10...
Tian
2022-06-20
1
-0
/
+1
*
Optimize integer zset scores in listpack (converting to string and back) (#10...
Oran Agra
2022-04-17
1
-0
/
+1
*
Module Configurations (#10285)
Nick Chun
2022-03-30
1
-0
/
+1
*
introduce MAX_D2STRING_CHARS instead of 128 const (#10487)
Oran Agra
2022-03-28
1
-1
/
+10
*
improve string2ll() to avoid extra conversion for long integer string. (#10408)
DarrenJiang13
2022-03-14
1
-0
/
+3
*
Fix additional AOF filename issues. (#10110)
Yossi Gottlieb
2022-01-18
1
-1
/
+0
*
Support whitespace characters in appendfilename, and ban them in appenddirnam...
chenyang8094
2022-01-10
1
-0
/
+1
*
Changed latency histogram output to omit trailing 0s and periods (#10075)
Madelyn Olson
2022-01-09
1
-0
/
+1
*
Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)
chenyang8094
2022-01-03
1
-0
/
+5
*
Add --large-memory flag for REDIS_TEST to enable tests that consume more than...
sundb
2021-11-16
1
-1
/
+1
*
config memory limits: handle values larger than (signed) LLONG_MAX (#9313)
Wen Hui
2021-08-23
1
-1
/
+2
*
Fixed some typos, add a spell check ci and others minor fix (#8890)
Binbin
2021-06-10
1
-1
/
+1
*
Add run all test support with define REDIS_TEST (#8570)
sundb
2021-03-10
1
-1
/
+1
*
Escape unsafe field name characters in INFO. (#8492)
Yossi Gottlieb
2021-02-15
1
-0
/
+2
*
Update getTimeZone to long (#8346)
Raghav Muddur
2021-01-18
1
-1
/
+1
*
Merge branch 'unstable' into rm_get_server_info
Salvatore Sanfilippo
2019-11-21
1
-1
/
+8
|
\
|
*
Module API for loading and saving long double
Oran Agra
2019-11-03
1
-1
/
+8
*
|
Add RM_ServerInfoGetFieldUnsigned
Oran Agra
2019-11-04
1
-0
/
+1
*
|
Add module api for looking into INFO fields
Oran Agra
2019-11-03
1
-0
/
+1
|
/
*
stringmatchlen() fuzz test added.
antirez
2018-12-11
1
-0
/
+1
*
Fix non Linux build.
David Carlier
2018-10-26
1
-0
/
+1
*
enlarged buffer given to ld2string
Guy Benoish
2017-01-11
1
-0
/
+5
*
Fix HINCRBYFLOAT to work with long doubles.
antirez
2015-11-04
1
-1
/
+1
*
Lazyfree: Hash converted to use plain SDS WIP 2.
antirez
2015-10-01
1
-0
/
+1
*
Lazyfree: Hash converted to use plain SDS WIP 1.
antirez
2015-10-01
1
-0
/
+1
*
Utils: Include stdint.h and fix signess in sdigits10().
antirez
2015-02-27
1
-0
/
+1
*
Utils: added function to get radix 10 string length of signed integer.
antirez
2015-02-27
1
-0
/
+2
*
Allow all code tests to run using Redis args
Matt Stancliff
2014-12-23
1
-0
/
+4
*
pathIsBaseName() added to utils.c
antirez
2013-07-02
1
-0
/
+1
*
getAbsolutePath() moved into utils.c
antirez
2013-07-02
1
-0
/
+3
*
BSD license added to every C source and header file.
antirez
2012-11-08
1
-0
/
+29
*
string2* functions take a const pointer
Pieter Noordhuis
2012-01-02
1
-2
/
+2
*
Tests for string2ll; move isObject* to object.c
Pieter Noordhuis
2011-05-05
1
-0
/
+12