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
*
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
*
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
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-9
/
+9
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-18
/
+18
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-30
/
+30
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-23
/
+23
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
Merge pull request #2050 from mattsta/bitops-no-overalloc
Salvatore Sanfilippo
2015-02-25
1
-1
/
+1
|
\
|
*
Bitops: Stop overallocating storage space on set
Matt Stancliff
2014-12-11
1
-1
/
+1
*
|
More obvious indentation in setCommand().
antirez
2015-02-03
1
-4
/
+8
*
|
Merge branch 'unstable' of git://github.com/mihirvj/redis into set-pr
antirez
2015-02-03
1
-4
/
+12
|
\
\
|
|
/
|
/
|
|
*
Stricter options for SET command
Mihir Joshi
2014-12-14
1
-8
/
+12
|
*
stricter options for SET command
Mihir Joshi
2014-11-21
1
-4
/
+8
*
|
Use exp format and more precision output for ZSCAN.
antirez
2014-12-02
1
-1
/
+1
|
/
*
INCR: Modify incremented object in-place when possible.
antirez
2014-10-03
1
-5
/
+15
*
Return empty string if GETRANGE of empty string
Matt Stancliff
2014-09-02
1
-1
/
+1
*
Increase size of range request in getrange
Matt Stancliff
2014-09-02
1
-4
/
+4
*
Fix invalid expire error for SET family commands.
antirez
2014-08-18
1
-1
/
+1
*
Handle large getrange requests
Jan-Erik Rediger
2014-08-07
1
-1
/
+1
*
String value unsharing refactored into proper function.
antirez
2014-03-30
1
-14
/
+2
*
Introduction of a new string encoding: EMBSTR
antirez
2013-07-22
1
-2
/
+2
*
Support for case unsensitive SET options.
charsyam
2013-03-29
1
-4
/
+8
*
Extended SET command implemented (issue #931).
antirez
2013-03-28
1
-8
/
+58
*
Keyspace events: it is now possible to select subclasses of events.
antirez
2013-01-28
1
-8
/
+10
*
Keyspace events added for more commands.
antirez
2013-01-28
1
-1
/
+3
*
Initial test events for the new keyspace notification API.
antirez
2013-01-28
1
-0
/
+6
*
Additionally two typos fixed thanks to @jodal
antirez
2013-01-19
1
-1
/
+1
*
Fixed many typos.
guiquanz
2013-01-19
1
-2
/
+2
*
BSD license added to every C source and header file.
antirez
2012-11-08
1
-0
/
+29
*
Invert two sides of if expression in SET to avoid a lookup.
antirez
2012-10-31
1
-1
/
+1
*
Bit-related string operations moved to bitop.c
antirez
2012-05-24
1
-248
/
+0
*
New commands: BITOP and BITCOUNT.
antirez
2012-05-24
1
-0
/
+149
*
Fixed undefined behavior in *INCR style functions overflow detection. Sorry c...
antirez
2012-02-21
1
-2
/
+3
*
rewrite INCRBYFLOAT as SETs for AOF/replication
antirez
2011-11-14
1
-1
/
+9
*
INCRBYFLOAT implementation
antirez
2011-11-12
1
-0
/
+26
*
high resolution expires API modified to use separated commands. AOF transatio...
antirez
2011-11-10
1
-8
/
+14
*
Initial support for key expire times with millisecond resolution. RDB version...
antirez
2011-11-09
1
-1
/
+1
*
useless call removed, thanks to Pieter for spotting this
antirez
2011-06-20
1
-1
/
+0
*
DB API refactoring. The changes were designed together with Pieter Noordhuis.
antirez
2011-06-20
1
-32
/
+20
[next]