Using Redis for Caching | How to use Redis for caching (2023)

Опубликовано: 10 Октябрь 2024
на канале: aseem wangoo
2,044
16

Pieces: https://code.pieces.app/

Redis, which stands for Remote Dictionary Server, is a fast, open source, in-memory, key-value data store. It delivers sub-millisecond response times, enabling millions of requests per second for real-time applications.
Redis is a key-value-based NoSQL database that stores data in memory, i.e. in RAM.

We will cover briefly:
Caching APIs (Go) using Redis
Redis Subscription using Pub/Sub
Calling API using React

Using Redis for Caching | How to use Redis for caching (2023) *

0:45 Setup Redis
2:52 Setup Database
3:20 Productivity Tip
7:07 Dummy data in DB
8:39 Install Redis client (go-redis)
9:38 Create APIs in Go
12:11 Caching in APIs
13:39 Testing APIs
15:03 Calling APIs in React
16:22 Redis Pub/Sub
17:44 Testing Redis Pub/Sub

Create Redis Client
https://aseem.pieces.cloud/?p=95e546907f

Calling APIs in React
https://aseem.pieces.cloud/?p=61fa45af76

Redis Pub/Sub
https://aseem.pieces.cloud/?p=20544980a4

Caching API Endpoint
https://aseem.pieces.cloud/?p=483b46a627

Introducing Pieces for Developers
   • Meet Pieces for Developers | The futu...  

Medium:   / using-redis-for-caching-2023  

Website: https://flatteredwithflutter.com/usin...

DevTo: https://dev.to/aseemwangoo/using-redi...

Source Code Go: https://github.com/AseemWangoo/golang...
Source Code React: https://github.com/AseemWangoo/exprim...

In case, this helped, pass me a coffee!! 😊😊
https://www.buymeacoffee.com/aseemwangoo

#flutter #mvvm #architecture