Show HN: Redjet – a high performance Redis library for Go

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • redjet

    High-performance Redis library for Go

  • From https://github.com/ammario/redjet#streaming

      To minimize allocations, call (*Result).WriteTo instead of (*Result).Bytes. WriteTo streams the response directly to an io.Writer such as a file or HTTP response.

  • rueidis

    A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.

  • I don't see a comparison to https://github.com/redis/rueidis which is another officially maintained and faster Go redis client.

  • 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

  • Show HN: A Cache-Aside Pattern Implementation Enhanced by Client Side Caching

    1 project | news.ycombinator.com | 16 Jul 2023
  • Redis-go: Been exploring Redis all day. Is the Redis Stack modules supported?

    1 project | /r/golang | 4 May 2023
  • Go-Redis Is Now an Official Redis Client

    2 projects | /r/golang | 16 Feb 2023
  • rueidis v0.0.90: an almost zero allocation redis client library

    1 project | /r/golang | 16 Dec 2022
  • Redis driver supports at-least-once delivery

    2 projects | /r/golang | 27 Nov 2022