Skip to main content

Scale redis server

Redis server



this is multipurpose NoSQL db which are largely used as distributed caching server 


Basic architecture to  Scale redis server in terms of availability and accessibility

redis-replication 


One of the slave server should be use for persistence storage this can help to resysc master in case of power failer

Comments