aboutsummaryrefslogtreecommitdiffstats
path: root/sds.h
AgeCommit message (Collapse)AuthorFilesLines
2014-02-06Join functions improved.antirez1-1/+2
The original implementation of sdsjoin did not allowed a binary separator nor was able to handle sds strings contaning bianry data. sdsjoin() was modified to get a spearator length. sdsjoinsds() was added to join arrays of SDS strings.
2014-02-06sdstrim() return type changed to void.antirez1-1/+1
2014-02-02Copyright year updated to 2014.antirez1-2/+2
2014-02-02Forked from sds.c in Redis to create a standalone project.antirez1-0/+100