]> git.saurik.com Git - redis.git/commit
Refactor and rename SUBSTR to GETRANGE
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 14 Dec 2010 14:10:58 +0000 (15:10 +0100)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 14 Dec 2010 14:16:29 +0000 (15:16 +0100)
commitef11bccccac22a001e2d0a6f440dddf69c401954
tree8087dcea177e23456b276f035bff66669b7968b8
parent9f9e1ceaa0d4451a21aa56739e63cca012399317
Refactor and rename SUBSTR to GETRANGE

SUBSTR is renamed to GETRANGE to have better consistency between command
names (with SETRANGE as its dual). GETRANGE is still aliased as SUBSTR.
src/redis.c
src/redis.h
src/t_string.c
tests/unit/basic.tcl
tests/unit/other.tcl