Using Redis for Caching (2023)

Aseem Wangoo
Level Up Coding
Published in
11 min readOct 25, 2022

--

Using Redis for Caching (2023)

We will cover briefly:

  1. Caching APIs (Go) using Redis
  2. Redis Subscription using Pub/Sub
  3. Calling API using React

Note: The article assumes the reader knows about the concept of caching

--

--