Set struct in Redis

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • videos

    Slides and examples used for my training videos (by MarioCarrion)

  • You don't mention what package you're using, but if you're using github.com/go-redis/redis/ you can marshal your struct using encoding/go and then use the SET and SET commands because for Redis everything is bytes, see https://github.com/MarioCarrion/videos/blob/main/2021/03/11-golang-microservices-caching-redis/redis.go I have video covering that exactly: https://youtu.be/wj6-w0DLKRw

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Go Package for testing HTTP interactions: github.com/dnaeon/go-vcr

    2 projects | dev.to | 8 May 2021
  • Building Microservices in Go: Accessing PostgreSQL Databases - Part 1

    3 projects | dev.to | 16 Mar 2021
  • Building Microservices in Go: Caching using memcached

    3 projects | dev.to | 9 Mar 2021
  • Curl’s TLS Fingerprint

    3 projects | news.ycombinator.com | 2 Sep 2022
  • How to generate translations for multiple packages inside same module

    2 projects | /r/golang | 20 Jul 2022