https://github.com/weihanli/stackexchange.redis-docs-zh-cn
StackExchange.Redis中文使用文档
https://github.com/weihanli/stackexchange.redis-docs-zh-cn
redis redis-client stackexchange stackexchange-redis
Last synced: 2 months ago
JSON representation
StackExchange.Redis中文使用文档
- Host: GitHub
- URL: https://github.com/weihanli/stackexchange.redis-docs-zh-cn
- Owner: WeihanLi
- License: cc-by-4.0
- Created: 2017-02-06T06:29:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T05:51:23.000Z (about 6 years ago)
- Last Synced: 2025-03-27T15:48:44.634Z (3 months ago)
- Topics: redis, redis-client, stackexchange, stackexchange-redis
- Homepage: https://weihanli.github.io/StackExchange.Redis-docs-zh-cn/
- Size: 76.2 KB
- Stars: 105
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StackExchange.Redis 中文使用文档
## Intro
翻译 StackExchange.Redis 的文档
原文文档在线地址:
## Redis 简介
Redis是一个使用ANSI C编写的开源、支持网络、基于内存、可选持久性的键值对存储数据库。
从2015年6月开始,Redis的开发由Redis Labs赞助,而2013年5月至2015年6月期间,其开发由Pivotal赞助。在2013年5月之前,其开发由VMware赞助。
根据月度排行网站DB-Engines.com的数据显示,Redis是最流行的键值对存储数据库。
更多介绍可参考Redis官网
## StackExchange.Redis 简介
StackExchange.Redis 是 Stackoverflow 开发的 Redis C# 客户端,是目前.net应用使用的最多的 redis 客户端,性能优越。
## StackExchange.Redis中文使用文档
- Github:
- Gitbook :
- [点击阅读](https://weihanli.gitbooks.io/stackexchange-redis-docs-zh-cn/)
- [下载 PDF](https://www.gitbook.com/download/pdf/book/weihanli/stackexchange-redis-docs-zh-cn)## 目录
- [基础](Basics.md)
- [配置](Configuration.md)
- [事件](Events.md)
- [同步执行](ExecSync.md)
- [键查找](KeysScan.md)
- [键与值](KeysValues.md)
- [管道与重用链接](PipelinesMultiplexers.md)
- [性能分析](Profiling.md)
- [发布订阅顺序](PubSubOrder.md)
- [脚本](Scripting.md)
- [超时](Timeouts.md)
- [事务](Transactions.md)## More
作者水平有限,若有疏漏或错误还望提醒,十分感谢。
您可以 [提出问题](https://github.com/WeihanLi/StackExchange.Redis-docs-zh-cn/issues/new) 或者给我 [发邮件](mailto:[email protected])。
### Contact me: