List out some of the features of REDIS

 Posted by Rajnilari2015 on 10/25/2016 | Category: NoSql Interview questions | Views: 2507 | Points: 40
Answer:

Some of the Redis features are -

- LRU (Less Recently Used) Eviction
- Messaging broker implenemtation via Publisher-Subscriber Support
- Disk Persistence
- Automatic Failover
- Transaction
- Redis HyperLogLog
- Redis Lua Scripting
- Act as database
- Act as a cache
- Provides high availability via Redis Sentinel
- Provides Automatic partitioning with Redis Cluster
- Provides different levels of on-disk persistence


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response