google-code-export / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

append on a key with expire overwrites old value #391

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
in redis-cli:
set test a
expire test 1000
append test " b"
get test

What version of the product are you using? On what operating system?
redis 2.0.4 on x64 centos 5.5

Original issue reported on code.google.com by john...@gmail.com on 30 Nov 2010 at 11:31

GoogleCodeExporter commented 9 years ago
This is expected behavior and caused by the EXPIRE semantics in 2.0 (see: 
http://code.google.com/p/redis/wiki/ExpireCommand). This is changed in version 
2.2, where writes against expiring keys *are* possible.

Original comment by pcnoordh...@gmail.com on 30 Nov 2010 at 11:34

GoogleCodeExporter commented 9 years ago
any release plan announced about 2.1.3?

Original comment by john...@gmail.com on 30 Nov 2010 at 12:11

GoogleCodeExporter commented 9 years ago
2.1.3 is beta version. next release will be 2.2

Original comment by xrf...@gmail.com on 30 Nov 2010 at 12:30