djveremix / redis

Automatically exported from code.google.com/p/redis
0 stars 0 forks source link

RENAME don't work on volatile keys #283

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
redis> set k 1
OK
redis> expire k 1000
(integer) 1
redis> rename k l
(error) ERR no such key

What version of the product are you using? On what operating system?
Redis 1.2.6, Linux 2.6.28 / Ubuntu 9.04

Original issue reported on code.google.com by suor....@gmail.com on 15 Jul 2010 at 9:43

GoogleCodeExporter commented 8 years ago

Original comment by pcnoordh...@gmail.com on 15 Jul 2010 at 2:00