2015年9月24日
摘要: HDEL key field [field ...]Delete one or more hash fields127.0.0.1:6379> HSET book.1 title helloworld(integer) 0127.0.0.1:6379> HEXISTS book.1 title(in... 阅读全文
posted @ 2015-09-24 21:00 huey2672 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-09-24 20:44 huey2672 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2015-09-24 20:07 huey2672 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2015-09-24 15:25 huey2672 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-09-24 14:29 huey2672 阅读(289) 评论(0) 推荐(0) 编辑
摘要: route 命令查看路由表或者手动地添加、删除和修改路由表中的条目。命令格式route [-CFvnNee] [-A family]route [-v] [-A family] add [-net|-host] target [netmask Nm] [gw Gw] [metric N] [mss ... 阅读全文
posted @ 2015-09-24 13:56 huey2672 阅读(4141) 评论(0) 推荐(0) 编辑