标签:受限 压力 ons partition mes mem string pos message
官方原文: 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的是一个开源(BSD许可),内存数据结构存储,用作数据库,缓存和消息代理它支持数据结构,如字符串,散列,列表,集合,带有范围查询的排序集,位图,超级日志,带有半径查询和流的地理空间索引.Redis具有内置复制,Lua脚本,LRU驱逐,事务和不同级别的磁盘持久性,并通过Redis Sentinel提供高可用性并使用Redis Cluster自动分区。
redis服务端(64位)下载地址:https://pan.baidu.com/s/117fd85JSyL8sb1RMX3uq8A
redis客户端下载地址:https://pan.baidu.com/s/1kcQmauErLL3-gFgjq7tS_A
1.双击Redis-x64-3.2.100.msi
2.一直点击下一直到完成
3.安装结束
4.安装成功后找到安装目录
双击启动服务(如果服务无法启动或者闪退,基本上是磁盘内存不够)
1.点击连接到Redis服务器
Name:自定义
Host:redis服务的IP
Post:redis服务的端口(默认6379)
Auth:认证(默认是无,开发模式下一定要认证)
2。可以点击测试连接测试连接,也可以直接ok
3 。右击连接名,出现控制台
4.控制台可以输入指令(下一篇会讲到)
至此安装结束,考虑以下问题
1。Redis的是单线程为什么快
2。Redis的的优势
标签:受限 压力 ons partition mes mem string pos message
原文地址:https://www.cnblogs.com/JavaHxm/p/10689369.html