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
/
t_string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update incrDecrCommand to use addReplyLongLong (#9188)
Madelyn Olson
2021-07-03
1
-3
/
+1
*
msetnx reply error (#9061)
fishsalter
2021-06-13
1
-1
/
+2
*
Add support for combining NX and GET flags on SET command (#8906)
Fabian Eichinger
2021-06-07
1
-7
/
+9
*
Fix integer overflow in STRALGO LCS (CVE-2021-32625) (#9011)
Oran Agra
2021-06-01
1
-1
/
+17
*
Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...
ny0312
2021-05-30
1
-59
/
+62
*
Fix integer overflow in STRALGO LCS (CVE-2021-29477)
Oran Agra
2021-05-03
1
-1
/
+1
*
Fixes some typos (#8874)
Andy Pan
2021-04-27
1
-1
/
+1
*
Adds `LEN` to `STRALGO`'s comment (#8626)
Itamar Haber
2021-03-10
1
-1
/
+1
*
Improve overflow check of expire time (#8519)
sundb
2021-02-22
1
-2
/
+2
*
EXPIRE, EXPIREAT, SETEX, GETEX: Return error when expire time overflows (#8287)
Gnanesh
2021-02-21
1
-22
/
+29
*
Moved most static strings into the shared structure (#8411)
Madelyn Olson
2021-02-09
1
-4
/
+2
*
Fix typo and some out of date comments (#8449)
Huang Zw
2021-02-08
1
-1
/
+1
*
GETEX, GETDEL and SET PXAT/EXAT (#8327)
Raghav Muddur
2021-01-27
1
-77
/
+263
*
Flow through the error handling path for most errors (#8226)
Madelyn Olson
2020-12-23
1
-3
/
+3
*
Getset fix (#8118)
Madelyn Olson
2020-12-01
1
-1
/
+1
*
Propagate GETSET and SET-GET as SET (#7957)
Oran Agra
2020-11-03
1
-1
/
+24
*
fix new build warning about getGenericCommand (#7882)
Oran Agra
2020-10-04
1
-0
/
+3
*
Add GET parameter to SET command (#7852)
Nykolas Laurentino de Lima
2020-10-02
1
-5
/
+18
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-1
/
+1
*
Replace usage of wrongtypeerr with helper (#7633)
Madelyn Olson
2020-08-11
1
-7
/
+6
*
using proto-max-bulk-len in checkStringLength for SETRANGE and APPEND
zhaozhao.zz
2020-08-11
1
-2
/
+2
*
Fix LCS object type checking. Related to #7379.
antirez
2020-06-12
1
-10
/
+17
*
fix memory leak
hwware
2020-06-11
1
-12
/
+11
*
fix server crash in STRALGO command
hwware
2020-06-08
1
-0
/
+7
*
using moreargs variable
hwware
2020-05-21
1
-2
/
+2
*
fix server crash for STRALGO command
hwware
2020-05-21
1
-2
/
+2
*
LCS -> STRALGO LCS.
antirez
2020-04-24
1
-5
/
+18
*
Tracking: NOLOOP internals implementation.
antirez
2020-04-21
1
-7
/
+7
*
Merge branch 'lcs' into unstable
antirez
2020-04-06
1
-0
/
+204
|
\
|
*
LCS: allow KEYS / STRINGS to be anywhere.
antirez
2020-04-06
1
-6
/
+0
|
*
LCS: get rid of STOREIDX option. Fix get keys helper.
antirez
2020-04-06
1
-14
/
+13
|
*
LCS: fix stale comment.
lcs
antirez
2020-04-02
1
-1
/
+1
|
*
LCS: output LCS len as well in IDX mode.
antirez
2020-04-02
1
-1
/
+6
|
*
LCS: MINMATCHLEN and WITHMATCHLEN options.
antirez
2020-04-02
1
-11
/
+24
|
*
LCS: 7x speedup by accessing the array with better locality.
antirez
2020-04-01
1
-1
/
+1
|
*
LCS: implement KEYS option.
antirez
2020-04-01
1
-2
/
+18
|
*
LCS: other fixes to range emission.
antirez
2020-04-01
1
-16
/
+20
|
*
LCS: fix emission of last range starting at index 0.
antirez
2020-04-01
1
-1
/
+1
|
*
LCS: implement range indexes option.
antirez
2020-04-01
1
-9
/
+59
|
*
LCS: initial functionality implemented.
antirez
2020-04-01
1
-0
/
+123
*
|
modules don't signalModifiedKey in setKey() since that's done (optionally) in...
Oran Agra
2019-12-23
1
-1
/
+1
|
/
*
Avoid changing setKey() API after #6679 fix.
antirez
2019-12-18
1
-3
/
+3
*
incrbyfloat: fix issue #5256 ttl lost after propagate
zhaozhao.zz
2019-12-18
1
-4
/
+7
*
add a new SET option KEEPTTL that doesn't remove expire time
zhaozhao.zz
2019-12-18
1
-9
/
+16
*
RESP3: most null replies converted.
antirez
2019-01-09
1
-4
/
+4
*
RESP3: Use new deferred len API in t_string.c.
antirez
2019-01-09
1
-1
/
+1
*
Remove useless complexity from MSET implementation.
antirez
2018-10-22
1
-7
/
+5
*
Fix incrDecrCommand() to create shared objects when needed.
antirez
2018-06-18
1
-1
/
+1
*
Replication: fix the infamous key leakage of writable slaves + EXPIRE.
antirez
2016-12-13
1
-1
/
+1
*
GETRANGE: return empty string with negative, inverted start/end.
antirez
2016-06-15
1
-0
/
+4
[next]