Caching in Golang using Redis

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
  • SonarLint - Clean code begins in your IDE with SonarLint
  • Redis

    Redis Go client

    The bookstore I will be using in this article as a Redis client is go-redis/redis as it is quite simple to set up and use.

  • Fiber

    ⚡️ Express inspired web framework written in Go

    The framework I'm going to use is Fiber, if you're familiar with Express.js you'll feel right at home, but the reason for using it is that it's very minimalist and extremely intuitive.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts