在线工具
网站地图    收藏    合作   
<

快捷菜单 返回顶部

php操作redis

返回上层

系统和通用函数 - object - 命令/方法/函数

Describes the object pointed to by a key.

声明一个对象,并指向KEY。


Parameters

The information to retrieve (string) and the key (string). Info can be one of the following:

  • "encoding" 

  • "refcount" 

  • "idletime"


Return value

STRING for "encoding", LONG for "refcount" and "idletime", FALSE if the key doesn't exist.


Example

$redis->object("encoding", "l"); // → ziplist

$redis->object("refcount", "l"); // → 1

$redis->object("idletime", "l"); // → 400 (in seconds, with a precision of 10 seconds).


来源:https://www.daixiaorui.com/

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com