All Projects → WeihanLi → StackExchange.Redis-docs-zh-cn

WeihanLi / StackExchange.Redis-docs-zh-cn

Licence: CC-BY-4.0 License
StackExchange.Redis中文使用文档

Projects that are alternatives of or similar to StackExchange.Redis-docs-zh-cn

WeihanLi.Redis
RedisExtensions for StackExchange.Redis, Cache/Redlock/Counter/RateLimiter/Rank/RedisEventBus
Stars: ✭ 46 (-50%)
Mutual labels:  redis-client, stackexchange-redis
hk-cache-manager
Simple wrapper for Redis Cache with Stackoverflow.Redis & AspNetCore aim
Stars: ✭ 17 (-81.52%)
Mutual labels:  stackexchange-redis
simple redis
Simple and resilient redis client for rust.
Stars: ✭ 21 (-77.17%)
Mutual labels:  redis-client
node-cache-manager-ioredis
Redis store for node-cache-manager using IORedis.
Stars: ✭ 47 (-48.91%)
Mutual labels:  redis-client
rueidis
A Fast Golang Redis RESP3 client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, RedisAI, RedisGears, etc.
Stars: ✭ 422 (+358.7%)
Mutual labels:  redis-client
grafana-redis-app
Redis Application for @grafana provides Application pages and custom panels for Redis Data Source.
Stars: ✭ 23 (-75%)
Mutual labels:  redis-client
aioredis-cluster
Redis Cluster support extension for aioredis
Stars: ✭ 21 (-77.17%)
Mutual labels:  redis-client
stack
An Android app for browsing Stack Overflow and other Stack Exchange sites.
Stars: ✭ 218 (+136.96%)
Mutual labels:  stackexchange
redis-modules-java
Java client libraries for redis-modules https://redis.io/modules, based on Redisson. https://github.com/redisson/redisson
Stars: ✭ 57 (-38.04%)
Mutual labels:  redis-client
stack-exchange-notifications
Add-ons for Stack Exchange sites, like: askdifferent, askubuntu, serverfault, stackoverflow and superuser
Stars: ✭ 21 (-77.17%)
Mutual labels:  stackexchange
cpp redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
Stars: ✭ 506 (+450%)
Mutual labels:  redis-client
spring-redisearch
Provides support for RediSearch in Spring
Stars: ✭ 31 (-66.3%)
Mutual labels:  redis-client
Duga
Stack Exchange Chat bot
Stars: ✭ 20 (-78.26%)
Mutual labels:  stackexchange
jimhttp
A library collection and web microframework
Stars: ✭ 25 (-72.83%)
Mutual labels:  redis-client
redistimeseries-py
RedisTimeSeries python client
Stars: ✭ 95 (+3.26%)
Mutual labels:  redis-client
java-redis-client
OpenTracing Instrumentation for Redis Client
Stars: ✭ 31 (-66.3%)
Mutual labels:  redis-client
Redis-Monitoring
Solar power data ingestion and a monitoring dashboard using Redis as a primary database.
Stars: ✭ 16 (-82.61%)
Mutual labels:  redis-client
salad
Asynchronous Scala Redis Client supporting Sentinel and Redis Cluster
Stars: ✭ 14 (-84.78%)
Mutual labels:  redis-client
racompass
An advanced GUI for Redis. Modern. Efficient. Fast. A faster and robust Redis management tool. For developers that need to manage data with confidence.It supports Redis modules now!
Stars: ✭ 26 (-71.74%)
Mutual labels:  redis-client
vredis
Redis client for V, written in V
Stars: ✭ 43 (-53.26%)
Mutual labels:  redis-client

StackExchange.Redis 中文使用文档

Intro

翻译 StackExchange.Redis 的文档

原文文档在线地址: https://stackexchange.github.io/StackExchange.Redis/

Redis 简介

Redis是一个使用ANSI C编写的开源、支持网络、基于内存、可选持久性的键值对存储数据库。 从2015年6月开始,Redis的开发由Redis Labs赞助,而2013年5月至2015年6月期间,其开发由Pivotal赞助。在2013年5月之前,其开发由VMware赞助。 根据月度排行网站DB-Engines.com的数据显示,Redis是最流行的键值对存储数据库。 更多介绍可参考 https://zh.wikipedia.org/wiki/Redis

Redis官网 https://redis.io/

StackExchange.Redis 简介

StackExchange.Redis 是 Stackoverflow 开发的 Redis C# 客户端,是目前.net应用使用的最多的 redis 客户端,性能优越。

StackExchange.Redis中文使用文档

目录

More

作者水平有限,若有疏漏或错误还望提醒,十分感谢。

您可以 提出问题 或者给我 发邮件

Contact me:[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].