]> git.saurik.com Git - redis.git/commit - redis.c
Fixed a minor bug in GETSET, now the SET part is not performed if the GET fails becau...
authorantirez <antirez@gmail.com>
Thu, 24 Dec 2009 14:40:11 +0000 (09:40 -0500)
committerantirez <antirez@gmail.com>
Thu, 24 Dec 2009 14:40:11 +0000 (09:40 -0500)
commit322fc7d855d3c19f8ca95cf5d66f8111f7981a30
tree4abc9e17f06a3a664066aa0e60a965150cb79de1
parent8fb13ce816b85ac414921ecca420671bf74a3eea
Fixed a minor bug in GETSET, now the SET part is not performed if the GET fails because the key does not contain a string value
TODO
redis.c