When do we really need a key/value database instead of a key/value cache server?
- by Runner
Most of the time,we just get the result from database,and then save it in cache server,with an expiration time.
When do we need to persistent that key/value pair,what's the significant benifit to do so?