-
Notifications
You must be signed in to change notification settings - Fork 49
Redis
Huagang Li edited this page Mar 4, 2017
·
2 revisions
Redis is an open source, BSD licensed, advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs.
- Redis - Wikipedia (相关资料入口)
- Redis
- Redis - GitHub
- Documentation – Redis(配置、复制、持久化、高可用、Redis集群……)
- Command reference – Redis、Redis 命令参考
- Redis Wiki
- Try Redis - interactive tutorial
- Introduction to Redis data types
- Redis · springside4 Wiki - 江南白衣
- Expires: Redis allows to set a time to live different for every key
- Using Redis as an LRU cache
- Redis资料汇总专题 - NoSQLFan