classes.wtf
rueidis
DISCONTINUED
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
classes.wtf | rueidis | |
---|---|---|
4 | 28 | |
279 | 1,274 | |
- | - | |
0.0 | 8.6 | |
3 months ago | 7 months ago | |
Go | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
classes.wtf
rueidis
- 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
I prefer to use https://github.com/rueian/rueidis :)
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.
-
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.
-
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.
-
I made a course catalog for my school in Go, which searches 100x faster than the existing one
Did you consider https://github.com/rueian/rueidis as a driver? They have special methods for redis search indexes.
What are some alternatives?
redis - Type-safe Redis client for Golang [Moved to: https://github.com/redis/go-redis]
Redis - Redis Go client
golang-standards/project-layout - Standard Go Project Layout
go - The Go programming language
go-json - Fast Go JSON encoder for large arrays of objects
rueidis - A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
go-deadlock - Online deadlock detection in go (golang)
uwaterloo.courses - A fast, easy-to-use course catalog for the University of Waterloo
tiny-redis - In-memory key-value data store
gostradamus - Gostradamus: Better DateTimes for Go 🕰️
redli - Redli - A humane alternative to the Redis-cli and TLS
redicluster - A lightweight golang client driver for redis cluster