When the server gets shut down does data stored in memcached is still available?
Answer Posted / Avinash Mishra
No, when the Memcached server gets shut down, all data stored in memory is lost as it does not persist on disk by default. To ensure data persistence, you can configure Memcached to store data on disk using techniques like periodic dumps or implementing a third-party solution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers