摘要:
BLPOP key [key ...] timeoutRemove and get the first element in a list, or block until one is availableMore:http://redis.io/commands/blpop,http://www.r... 阅读全文
摘要:
APPEND key value Available since 2.0.0, Time complexity: O(1). Append a value to a key More: http://redis.io/commands/append, http://www.redis.cn/comm 阅读全文
摘要:
DEL key [key ...] Delete a key DUMP key Return a serialized version of the value stored at the specified key. EXISTS key Determine if a key exists EXP 阅读全文
摘要:
Redis 下载安装步骤:下载 redis 源码:[huey@huey-K42JE ~]$wget http://download.redis.io/releases/redis-x.y.z.tar.gz解压文件:[huey@huey-K42JE ~]$tar xzf redis-x.y.z.tar... 阅读全文
摘要:
route 命令查看路由表或者手动地添加、删除和修改路由表中的条目。命令格式route [-CFvnNee] [-A family]route [-v] [-A family] add [-net|-host] target [netmask Nm] [gw Gw] [metric N] [mss ... 阅读全文