--------------memcached-------------------------------------------------------------------------
/opt/coolstack/bin/memcached -d -m 128 -u oracle -l 10.10.129.101 -p 11211 -c 1000
------------
command <key> <flags> <expiration time> <bytes>
<value>
表1. memcached 修改命令参数
参数 用法
key key 用于查找缓存值
flags 可以包括键值对的整型参数,客户机使用它存储关于键值对的额外信息
expiration time 在缓存中保存键值对的时间长度(以秒为单位,0 表示永远)
bytes 在缓存中存储的字节点
value 存储的值(始终位于第二行) 例子:
set useID 0 0 5
1234
----------------------------------------------------------
ps -ef |grep memcached|grep -v grep|awk '{print $2}'| xargs pmap -x |tail -1
/opt/coolstack/bin/memcached -d -m 128 -u oracle -l 10.10.129.101 -p 11211 -c 1000
------------
command <key> <flags> <expiration time> <bytes>
<value>
表1. memcached 修改命令参数
参数 用法
key key 用于查找缓存值
flags 可以包括键值对的整型参数,客户机使用它存储关于键值对的额外信息
expiration time 在缓存中保存键值对的时间长度(以秒为单位,0 表示永远)
bytes 在缓存中存储的字节点
value 存储的值(始终位于第二行) 例子:
set useID 0 0 5
1234
----------------------------------------------------------
ps -ef |grep memcached|grep -v grep|awk '{print $2}'| xargs pmap -x |tail -1