Top 6 Go Lock Projects
-
rueidis
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
It's important to note that it's possible to use any Redis-compatible client with Valkey. I used the go-redis client, but (at the time of writing) there is work underway to build Valkey specific client libraries. Check the Valkey GitHub org to take look at the forks of existing Redis client libraries such as valkey-go (corresponding to rueidis), iovalkey (corresponding to ioredis), Jackey (corresponding to jedis) etc. These are very early days (at the time of writing), and it will be interesting to see the progress here!
-
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.
-
-
-
go-lock
go-lock is a lock library implementing read-write mutex and read-write trylock without starvation
-
-
Go Lock discussion
Index
What are some of the best open-source Lock projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | rueidis | 2,544 |
2 | redis-lock | 1,528 |
3 | async | 237 |
4 | go-lock | 117 |
5 | go-mysql-lock | 62 |
6 | nats-mutex | 27 |