1.

Explain the difference between Memcached and Redis?

Answer»
S.noRedisMemcached
1.Supports DATA replicationDoes not SUPPORT data replication
2.Single THREADED ArchitectureMultithreaded Architecture
3.Many data types can be usedLimited to STRINGS data TYPE


Discussion

No Comment Found