1 / 4

Reducing latency in web caching with the Redis Cache

Reducing latency in web caching with the Redis Cache is discussed here. For more information visit at: https://www.zippydb.com/.

zippydb
Download Presentation

Reducing latency in web caching with the Redis Cache

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. REDUCING LATENCY IN WEB CACHING WITH THE REDIS CACHE: • © Copyright By ZippyDB

  2. While the viewers are receiving various forms of web content, they likely encounter significant latencies. Most of the latency stems from the web assets that include HTML documents, videos, images, and the like. Such latencies can be reduced to a great extent by applying efficient data caching technology, which also eliminates the disk reads and the server load while it caches those artifacts. • © Copyright By ZippyDB

  3. It is where the Redis server comes into play. The state-of-the-art architecture that enables it to perform the role of an effective session storagesystem and an in-memory data store highlights its caching performance through the use of the Redis Cache. The Redis Cache makes room for several web caching technologies that can be implemented on the server and the client-side. • © Copyright By ZippyDB

  4. The Redis servermakes web caching a breeze. The data caching on the server side involves using a web proxy, which retains the web responses from the web servers in the Redis Cache to reduce the loads and latencies. On the other hand, client-side web caching includes a browser-based data caching technology that stores a cached version of the formerly visited web content within the Redis Cache. • © Copyright By ZippyDB

More Related