redis go-redis: Redis Go client - GitHub go-redis is the official Redis client library for the Go programming language It offers a straightforward interface for interacting with Redis servers Supported versions
Releases · redis go-redis - GitHub go-redis now supports vector sets This data type is marked as "in preview" in Redis and its support in go-redis is marked as experimental You can find examples in the documentation and in the doctests folder
Distributed mutual exclusion lock using Redis for Go - GitHub Redsync provides a Redis-based distributed mutual exclusion lock implementation for Go as described in this post A reference library (by antirez) for Ruby is available at github com antirez redlock-rb
alphazero Go-Redis: Google Go Client and Connectors for Redis - GitHub Go Clients and Connectors for Redis The initial release provides the interface and implementation supporting the (~) full set of current Redis commands using synchrnous call semantics (Pipelines and asychronous goodness using the goroutines and channels is next )
go-client redis: Type-safe Redis client for Golang - GitHub Cluster of Redis Servers without using cluster mode and Redis Sentinel Ring Instrumentation Cache friendly Rate limiting Distributed Locks API docs: https: godoc org github com go-redis redis Examples: https: godoc org github com go-redis redis#pkg-examples
Redis - GitHub redis Public For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine
fiorix go-redis: Redis client library for Go - GitHub go-redis is a Redis client library for the Go programming language It's built on the skeleton of gomemcache It is safe to use by multiple goroutines, and scales well by automatically making new connections to redis on demand Idle connections stay in the connection pool until time out Licensed under the Apache License, Version 2 0