Lachim / redis

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

OBJECT IDLETIME not working with vm-enabled #538

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Redis you are using, in what kind of Operating System?

redis 2.2.4
Ubuntu 10.04

What is the problem you are experiencing?

The "OBJECT IDLETIME" command is not working when vm-enabled.

Some recently set key are reporting these idletimes:
3623140
17385690
17303710
3623140
3623140
17385690

What steps will reproduce the problem?

Start redis with "vm-enabled yes"
Set some keys and run "object idletime" on them.

Do you have an INFO output? Please past it here.

root@BP0381:~/Procura# redis-server /etc/redis/redis.conf // default config
root@BP0381:~/Procura# redis-cli hset a x y
(integer) 1
root@BP0381:~/Procura# redis-cli object idletime a
(integer) 3624190

If it is a crash, can you please paste the stack trace that you can find in
the log file or on standard output? This is really useful for us!

Please provide any additional information below.

Original issue reported on code.google.com by daniel.m...@gmail.com on 26 Apr 2011 at 10:57