分布式缓存
缓存服务器常见的有Memcached和Redis,Redis更轻量级,适用小数据,比如Json/String。Memcached更适用大文件,比如短视频
Reference
https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf
Last updated
缓存服务器常见的有Memcached和Redis,Redis更轻量级,适用小数据,比如Json/String。Memcached更适用大文件,比如短视频
https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf
Last updated