What is Redis?
1. An Open Source key-value store
2. Stores its data in memory (by default)
Redis Features
1. Extremely Fast!
2. Ability to store more than just strings
3. Persistence
4. Replication
5. Built in LUA script support
NoSQL Example: not like relational database no relationship in between
Why Redis is different from other NoSQL?
RAVENDB, mongoDB are document databases, focus on document creation, index, query by index
Redis is key-value type, no index, in memory, query value by key
Redis Versions
Redis Clients
沒有留言:
張貼留言