码迷,mamicode.com
首页 > 其他好文 > 详细

redis 专题 (一)存储

时间:2020-06-23 17:09:57      阅读:42      评论:0      收藏:0      [点我收藏+]

标签:如何   ssl   nbsp   pre   data   redis。   change   bsp   hub   

这章开始进入主题,讲redis如何存储。以下示例客户端均为 net core版本的,redis客户端为ServiceStack.Redis ,github地址:https://github.com/ServiceStack/ServiceStack.Redis

对于net来说,redis客户端一般使用 ServiceStack.Redis  或 StackExchange.Redis。但总体来说,ServiceStack.Redis性能更优。

 

客户端连接字符串支持以下几种格式:

localhost
127.0.0.1:6379
redis://localhost:6379
password@localhost:6379
clientid:password@localhost:6379
redis://clientid:password@localhost:6380?ssl=true&db=1

 

redis 专题 (一)存储

标签:如何   ssl   nbsp   pre   data   redis。   change   bsp   hub   

原文地址:https://www.cnblogs.com/fei686868/p/13183053.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!