config set notify-keyspace-events Ex.

redis.subscribe('keyevent@0:expired', function(key, value) { //something want to do with the value });

Comment From: itamarhaber

You can't - keyspace notifications do not include the value, only the key's name.

Please note that this issue tracker is for reporting real issues. For general questions and assistance please use the community's channels - http://redis.io/community.