Skip to content

prithvijj/learning-redis

Repository files navigation

learning-redis

  • Create, Read, Update, Delete calls in Redis (SET, GET, DEL)
  • Basic Pub/Sub implementation (Publish, Subscribe)
  • Event Logs (Rpush, LRange)
  • LeaderBoard (ZAdd, ZRevRangeWithScores)
  • Counter (Inc / Using some Gin too)
  • Likes of a given post (SAdd, SMembers)
  • Redis Hash (HSET, HGETALL, HLEN)
  • Real Time notifications (using Server Sent Events, Publish, Subscribe)
  • Temporary URL (using SET, and TTL)
  • Uploading image and storing as bas64 (SET, GET)

Running Redis using Docker

docker compose up -d

Shutting down Redis using Docker

docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published