摘要: Redis的存储结构:字符类型,散列类型,列表类型,集合类型,有序集合。 Redis功能: 可以为每个key设置超时时间。 可以通过列表类型来实现分布式队列的操作。 支持发布订阅的消息模式。 为什么使用Redis?提供了很多命令与redis进行交互,使redis使用十分简单。 redis的应用场景: 阅读全文
posted @ 2019-03-25 15:31 21karat 阅读(247) 评论(0) 推荐(0)
摘要: 使用make test测试编译状态报错 cd src && make test make[1]: Entering directory `/usr/local/redis-3.2.2/src' You need tcl 8.5 or newer in order to run the Redis t 阅读全文
posted @ 2019-03-25 15:31 21karat 阅读(191) 评论(0) 推荐(0)