InterviewSolution
Saved Bookmarks
| 1. |
If Server Gets Shut Down Then Data Stored In Memcached Is Still Available? |
|
Answer» In Memcached, data is not permanently stored. This data is not DURABLE so if the SERVER is shut down or restarted then all the data stored in Memcached is DELETED. In Memcached, data is not permanently stored. This data is not durable so if the server is shut down or restarted then all the data stored in Memcached is deleted. |
|