标签: php redis predis
我想为redis lpush函数设置expiry:
$obj->lpush($key,$id); $obj->expire($key,EXPIRE_TIME);
但我得到的错误如下:
Undefined method expire()
请帮我解决这个问题。