SaaSHub helps you find the best software and product alternatives Learn more →
Rueidis Alternatives
Similar projects and alternatives to rueidis
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
Moby
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Benthos
Discontinued Fancy stream processing made operationally mundane [Moved to: https://github.com/redpanda-data/connect]
-
-
-
-
-
-
-
-
-
redis
Discontinued Type-safe Redis client for Golang [Moved to: https://github.com/redis/go-redis] (by go-redis)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
rueidis discussion
rueidis reviews and mentions
- Redis with golang
-
understanding a opensource project - golang beginner
I have a redis client library which code base is small while it uses some advanced techniques to achieve better performance. I think it is worth reading https://github.com/rueian/rueidis
-
Go-Redis Is Now an Official Redis Client
Want to say +1 for Rueidis. It's a very fast, well-maintained library. It's already adopted by several large open-source projects (see https://github.com/rueian/rueidis/network/dependents). Nothing to say against go-redis though - it's very good too.
-
rueidis v0.0.90: an almost zero allocation redis client library
Hi folks, I am pleased to introduce you rueidis v0.0.90, a Redis client library that can help you access Redis server with little or almost zero allocation on your application side.
-
Redis driver supports at-least-once delivery
Hi rtsov, I also like to have this kind of amqp functionality in rueidis https://github.com/rueian/rueidis.
-
can I use go-cache as session manager ?
You can also use redis to store sessions remotely, and use its client-side caching feature for better performance: https://github.com/rueian/rueidis
-
What have you learnt from your Golang experience ?
All these help me build a fast redis client library: https://github.com/rueian/rueidis
-
Concurrency mutex patterns general question
Use redis+client-side caching to implement your replicas. This can help you: https://github.com/rueian/rueidis
-
rueian/rueidis v0.0.81: A fast Redis client that supports Client-Side Caching and Auto Pipelining
Actually it is also beneficial for applications using redis for distributed locks magement. Redis can now notify clients the state of their locks proactively. https://github.com/rueian/rueidis/tree/master/rueidislock
-
Best packages?
rueidis For fast client-side caching, distributed locking and Pub/Sub with Redis.
-
A note from our sponsor - SaaSHub
www.saashub.com | 2 Nov 2024
Stats
rueian/rueidis is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of rueidis is Go.