随笔分类 -  redis

摘要:WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this 阅读全文
posted @ 2018-05-25 14:33 爱夜 阅读(2020) 评论(0) 推荐(0)
摘要:WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 内核参数默认128,对于负载很大的服务是 阅读全文
posted @ 2018-05-25 14:15 爱夜 阅读(1878) 评论(0) 推荐(0)
摘要:一:简介 redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remo 阅读全文
posted @ 2018-05-17 16:08 爱夜 阅读(193) 评论(0) 推荐(0)