Please enable JavaScript.
Coggle requires JavaScript to display documents.
Amazon Elasticache - Coggle Diagram
Amazon Elasticache
Redis
when need encryption
when need HIPAA
Clustering
Complex Data Types
high availability / multi AZ
Pub/Sub capabilities
Geospacial Index
Backup & Restore capabilities (nevertheless not a persistent database)
Memcached
simple
simple using cache for offload DB
multi threaded performance (CPU/Cores/Threads)
scale horizontally
Cache Objects (Database Queries)
scale out and in
billed
node size
hours of usage
fully managed
deploy operate and scale in mem cache in the cloud
performance boost because of in mem (no IO)
in memory data store
push button scaleability
key value store not persistent (no disk IO)
increase performance
web apps
databases (as cache in front)