Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Redis Alternatives
Similar projects and alternatives to Redis
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
Go-NATS-Streaming-gRPC-PostgreSQL
Go Nats Streaming gRPC PostgerSQL emails microservice
-
-
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
Redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Redis reviews and mentions
- Redis with golang
-
Should I reuse the connection on Redis or close it after every use?
Asynq uses https://github.com/go-redis/redis in order to connect to Redis. Whenever you create a client using go-redis, the client internally manages a connection pool, so when you need to execute a command in Redis the client just retrieves a connection from the pool and uses it. After using it, the connection is released and it goes back to the pool (no need to say that the Redis client is thread-safe).
-
a tool for quickly creating web and microservice code
Caching component go-redis ristretto
-
Using Redis for Caching (2022)
Go-redis
-
What is the coolest Go open source projects you have seen?
Sorry, wrong link, I meant Go client for redis. Corrected.
-
Building turbo-ledger: A Scalable Ledger with Go and Redis
You should have mentioned how we're using plain Redis commands through go-redis - choosing not to use any third-party RediSearch or RedisJson specialized clients. This way, we stay as close as possible to Redis commands, not using any abstractions or ORMs.
-
Golang future web frameworks!
go-redis/redis 14.1k Stars, Used by 13.6k
-
Distributed IM Service in Golang
go- redis / redis : Redis client
-
MOVED error with Redis cluster
Related to Golang, the library go-redis, have also support for this.
- Recommendation for Key/Value storage
-
A note from our sponsor - SonarQube
www.sonarqube.org | 27 Mar 2023
Stats
redis/go-redis is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.