2015-05-27
ping
Description
Check the current connection status
检查当前连接实例的状态
Parameters
(none)
Return Value
STRING: +PONG on success. Throws a RedisException object on connectivity error, as described above.
如果失败,Throws一个RedisException对象报出连接错误。
echo
Description
Sends a string to Redis, which replies with the same string
发送一个字符串到Redis,返回一个相同的字符串
Parameters
STRING: The message to send.
Return Value
STRING: the same message.
get
Description
Get the value related to the specified key
取得与指定的键值相关联的值
Parameters
key
Return Value
String or Bool: If key didn't exist, FALSE is returned. Otherwise, the value related to this key is returned.
返回相关值或者BOOL值,如果KEY不存在,返回FALSE。如果有相关的KEY和值返回值。
Examples
$redis->get('key');
set
Description
Set the string value in argument as value of the key.
设置值到KEY
Parameters
Key
Value
Timeout (optional). Calling SETEX is preferred if you want a timeout.
Return value
Bool TRUE if the command is successful.
Examples
$redis->set('key', 'value');
setex, psetex
Description
Set the string value in argument as value of the key, with a time to live. PSETEX uses a TTL in milliseconds.
设置一个有生命周期的KEY-VALUE,psetex()使用的周期单位为毫秒。
Parameters
Key TTL Value
Return value
Bool TRUE if the command is successful.
Examples
$redis->setex('key', 3600, 'value'); // sets key → value, with 1h TTL.
$redis->psetex('key', 100, 'value'); // sets key → value, with 0.1 sec TTL.
setnx
Description
Set the string value in argument as value of the key if the key doesn't already exist in the database.
setnx用于设置一个KEY-VALUE,这个函数会先判断Redis中是否有这个KEY,如果没有就SET,有就返回False。
Parameters
key value
Return value
Bool TRUE in case of success, FALSE in case of failure.
Examples
$redis->setnx('key', 'value'); /* return TRUE */
$redis->setnx('key', 'value'); /* return FALSE */
del, delete
Description
Remove specified keys.
移除已经存在KEYS www.zhishiwu.com
Parameters
An array of keys, or an undefined number of parameters, each a key: key1 key2 key3 ... keyN
可以是一个KEYS的数组,或者一个未定义的数字参数,或者一个一个的写KEY
Return value
Long Number of keys deleted.
返回删除KEY-VALUE的数量
Examples
$redis->set('key1', 'val1');
$redis->set('key2', 'val2');
$redis->set('key3', 'val3');
$redis->set('key4', 'val4');
$redis->delete('key1', 'key2'); /* return 2 */
$redis->delete(array('key3', 'key4')); /* return 2 */
1
CI框架连接数据库配置操作以及多数据库操作
09-05
2
asp 简单读取数据表并列出来 ASP如何快速从数据库读取大量数据
05-17
3
C语言关键字及其解释介绍 C语言32个关键字详解
04-05
4
C语言中sizeof是什么意思 c语言里sizeof怎样用法详解
04-26
5
最简单的asp登陆界面代码 asp登陆界面源代码详细介绍
04-12
6
PHP中的魔术方法 :__construct, __destruct , __call, __callStatic,__get, __set, __isset, __unset , __sleep,
09-05
7
PHP中的(++i)前缀自增 和 (i++)后缀自增
09-05
8
PHP中include和require区别之我见
09-05
常用dos命令及语法
2014-09-27
将视频设置为Android手机开机动画的教程
2014-12-11
php递归返回值的问题
2014-09-05
如何安装PHPstorm并配置方法教程 phpstorm安装后要进行哪些配置
2017-05-03
java中的info是什么意思
2022-03-24
PHP 教程之如何使用BLOB存取图片信息实例
2014-09-05
IcePHP框架中的快速后台中的通用CRUD功能框架
2014-09-05
单片机编程好学吗?单片机初学者怎样看懂代码
2022-03-21
PHP数组函数array
2014-09-05
学ug编程如何快速入门?
2022-03-17
2025指尖捕鱼新版下载v10.2.44.7.0 安卓正版
休闲益智 579.4M
下载指尖捕鱼赢话费版下载v10.2.44.7.0 安卓版
休闲益智 694.3M
下载指尖捕鱼高爆率多人捕鱼游戏下载v10.2.44.7.0 安卓版
休闲益智 466.2M
下载指尖捕鱼吴孟达版下载v10.2.44.7.0 安卓最新版
休闲益智 694.3M
下载飞机大厨2025最新版(airplane chefs)下载v12.0.2 安卓免费版
经营养成 140.3M
下载捕鱼大决战狂暴版官方版下载v122.7.286 安卓高爆版
休闲益智 153.5M
下载捕鱼大决战最新版本下载v122.7.286 安卓正版
休闲益智 153.5M
下载捕鱼大决战深海版游戏下载v122.7.286 安卓版
休闲益智 153.5M
下载拳皇14官方正版下载v2.0.0 安卓正式版
下载
勇者大战魔物娘安卓手游下载v1.10.29 安卓冷狐汉化版
下载
贝比岛最新版下载v2.5.4 安卓官方版
下载
奥特曼格斗进化3高清汉化版(Ultraman Fighting Evolution 3)下载v3.3.2 安卓免费版
下载
王者荣耀全英雄全皮肤版本下载v10.11.7.1 安卓版
下载
漫威超级战争手游下载v3.23.0 安卓手机版
下载
悟饭游戏厅苹果版(我Fun趣味)下载v1.5.6 iPhone版
下载
无畏契约valorant官方版下载v1.0.3 安卓版
下载