php-redis函数帮助手册_consturct_connect_open_pconnect... - 四云麒麟的个人页面 - OSCHINA - 中文开源技术交流社区


本站和网页 https://my.oschina.net/cniiliuqi/blog/67423 的作者无关,不对其内容负责。快照谨为网络故障时之索引,不代表被搜索网站的即时页面。

php-redis函数帮助手册_consturct_connect_open_pconnect... - 四云麒麟的个人页面 - OSCHINA - 中文开源技术交流社区
首页
资讯
摸鱼
专区
问答
GOTC2023
活动
开源活动
开源创新大赛
软件库
2022年度评选
Tool
博客
Gitee
首页
资讯
摸鱼
专区
问答
GOTC2023
活动
开源活动
开源创新大赛
软件库
2022年度评选
Tool
博客
Gitee
OSCHINA 小程序 —— 关注技术领域的头条文章
聚合全网技术文章,根据你的阅读喜好进行个性推荐
登录
注册
开源博客
写博客
四云麒麟的个人页面
php-redis
正文
php-redis函数帮助手册_consturct_connect_open_pconnect...
原创
四云麒麟
php-redis
2012/07/16 20:48
阅读数 1.8W
Redis::__construct Description Creates a Redis client 创建一个Redis客户端 Example $redis = new Redis();connect, open Description Connects to a Redis instance.( 连接到一个Redis实例) Parameters host: string. can be a host, or the path to a unix domain socket host:字符串类型 可以使一个HOST IP或者是一个UNIX DOMAIN SOCKET的路径 port: int, optional port:整数型,Redis的运行端口 timeout: float, value in seconds (optional, default is 0 meaning unlimited) timeout:浮点型,连接的市场,单位是秒,默认为0即连接没有时间限制 Return Value BOOL: TRUE on success, FALSE on error. Example $redis->connect('127.0.0.1', 6379);
$redis->connect('127.0.0.1'); // port 6379 by default
$redis->connect('127.0.0.1', 6379, 2.5); // 2.5 sec timeout.
$redis->connect('/tmp/redis.sock'); // unix domain socket.pconnect, popen Description Connects to a Redis instance or reuse a connection already established with pconnect/popen. pconnect/popen用于连接一个Redis的实例或者复用一个已经存在的实例。 The connection will not be closed on close or end of request until the php process ends. So be patient on to many open FD's (specially on redis server side) when using persistent connections on many servers connecting to one redis server. 这个连接将不会被主动关闭,比如使用close(),或者PHP执行结束这个连接都不会被主动关闭。当有大量的connect请求在redis服务器端时,使用持久化的连接对象。 Also more than one persistent connection can be made identified by either host + port + timeout or host + persistent_id or unix socket + timeout. 一个持久化的连接实例,可以使用HOST+PORT+TIMEOUT或者HOST+persistent_id或者SOCKET+TIMEOUT的方式创建。 This feature is not available in threaded versions. pconnect and popen then working like their non persistent equivalents. pconnect函数和popen函数在线程版本中不能被使用。 Parameters host: string. can be a host, or the path to a unix domain socket port: int, optional timeout: float, value in seconds (optional, default is 0 meaning unlimited) persistent_id: string. identity for the requested persistent connection Return Value BOOL: TRUE on success, FALSE on error. Example $redis->pconnect('127.0.0.1', 6379);
$redis->pconnect('127.0.0.1'); // port 6379 by default - same connection like before.
$redis->pconnect('127.0.0.1', 6379, 2.5); // 2.5 sec timeout and would be another connection than the two before.
$redis->pconnect('127.0.0.1', 6379, 2.5, 'x'); // x is sent as persistent_id and would be another connection the the three before.
$redis->pconnect('/tmp/redis.sock'); // unix domain socket - would be another connection than the four before.
close Description Disconnects from the Redis instance, except when pconnect is used. 关闭Redis的连接实例,但是不能关闭用pconnect连接的实例 $redis->close(); setOption Description Set client option. 设置客户端的选项 Parameters parameter name parameter value Return value BOOL: TRUE on success, FALSE on error. Example $redis->setOption(Redis::OPT_SERIALIZER, Redis::SERIALIZER_NONE); // don't serialize data
$redis->setOption(Redis::OPT_SERIALIZER, Redis::SERIALIZER_PHP); // use built-in serialize/unserialize
$redis->setOption(Redis::OPT_SERIALIZER, Redis::SERIALIZER_IGBINARY); // use igBinary serialize/unserialize
$redis->setOption(Redis::OPT_PREFIX, 'myAppName:'); // use custom prefix on all keysgetOption Description Get client option. 取得客户端的选项 Parameters parameter name Return value Parameter value. Example $redis->getOption(Redis::OPT_SERIALIZER); // return Redis::SERIALIZER_NONE, Redis::SERIALIZER_PHP, or Redis::SERIALIZER_IGBINARY.
展开阅读全文
phpredisphpredisphp-redis中文帮助
著作权归作者所有
举报
加载中
点击加入讨论🔥(1)
取消
发布
0" class="recommend-box">
作者的其它热门文章
{{formatHtml(o.title)}}
打赏
1 赞
2 收藏
微信
QQ
微博
分享
关于作者
四云麒麟
高级程序员
关注
私信
提问
文章
39
经验值
12
粉丝
12
关注
作者的专辑
全部
设计模式_PHP版本(18)
前端技术(3)
工作日志(3)
php-redis(11)
源创计划
立即入驻
自媒体入驻开源社区,
获百万流量,打造个人技术品牌
推荐关注
换一批
Jerry_LMJ
文章 1
访问 748
胡贵
文章 1
访问 1.1K
naughty
文章 97
访问 136.7W
LinkWechat技术团队
文章 37
访问 9.2K
nilei
文章 7
访问 9.6W
打赏
1 评论
2 收藏
1 赞
微信
QQ
微博
分享
选择专区和圈子:{{title}}
{{o.name}}
{{m.name}}
取消
确定
OSCHINA 社区
关于我们
联系我们
加入我们
合作伙伴
Open API
在线工具
Gitee.com
企业研发管理
CopyCat-代码克隆检测
实用在线工具
国家反诈中心APP下载
攻略
项目运营
Awesome 软件(持续更新中)
QQ群
530688128
公众号
视频号
OSCHINA 小程序
聚合全网技术文章,根据你的阅读喜好进行个性推荐
OSC小程序
©OSCHINA(OSChina.NET)
工信部
开源软件推进联盟
指定官方社区
社区规范
深圳市奥思网络科技有限公司版权所有
粤ICP备12009483号
顶部