【redis使用系列】cento安装redis3.2.1和基本操作
简单介绍
官网介绍(最后更新于2019-02-01):
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.
Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.
【redis使用系列】redis3.2.1安装和基本操作
简单介绍
官网介绍(最后更新于2019-02-01):
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.
Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.
【docker使用系列】构建自定义基础镜像
【mysql使用系列】mysql配置文件解读
【java实现微服务架构系列】服务注册中心eureka的初步使用
【elastic-job基础系列】zookeeper技术概念和原理
参考《从paxos到zookeeper》做了一份思维导图。