github.com/fiorix/go-redis/redis

redis

Package redis provides a client for the redis cache server.

69

Decision Signals

Health score 69/100, confidence 75/100.

Review
Maintenance 83
Adoption 34
Security 92
Maturity 62
Developer DX 83
Confidence 75

Install

go get github.com/fiorix/go-redis

Package Data

updated May 28, 2026
Latest versionv1.0.0
Imported by102 packages
Stars0
Forks0
Last activity1 months ago
Latest releaseUnknown
LicenseUnknown
Known vuln records0

API Surface

117 symbols
SymbolKindSynopsis
Client Type type Client struct{}
Client.Append Method func (c *Client) Append(key, value string) (int, error)
Client.BLPop Method func (c *Client) BLPop(timeout int, keys ...string) (k, v string, err error)
Client.BRPop Method func (c *Client) BRPop(timeout int, keys ...string) (k, v string, err error)
Client.BRPopLPush Method func (c *Client) BRPopLPush(src, dst string, timeout int) (string, error)
Client.BgRewriteAOF Method func (c *Client) BgRewriteAOF() (string, error)
Client.BgSave Method func (c *Client) BgSave() (string, error)
Client.BitCount Method func (c *Client) BitCount(key string, start, end int) (int, error)
Client.BitOp Method func (c *Client) BitOp(operation, destkey, key string, keys ...string) (int, error)
Client.ClientKill Method func (c *Client) ClientKill(addr string) error
Client.ClientList Method func (c *Client) ClientList() ([]string, error)
Client.ClientSetName Method func (c *Client) ClientSetName(name string) error

Similar Packages

Go Redis Clients

#1 JuiceFS

JuiceFS is a distributed POSIX file system built on top of Redis and S3.

Go Redis Clients 13.6K stars 0 imported-by 100% confidence
94

#2 v10

Rate limiting for go-redis

Go Redis Clients 1.0K stars 130 imported-by 95% confidence
94

#3 go-redis

Package redis implements a Redis client.

Go Redis Clients 22.1K stars 17.4K imported-by 65% confidence
93

#4 go-rejson

Go-ReJSON is a Go client for ReJSON redis module (https://github.com/RedisLabsModules/rejson)

Go Redis Clients 0 stars 57 imported-by 80% confidence
48

#5 Centrifugo

Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably, socket.io, Phoenix.PubSub, SignalR. Set up once and forever.

Go Redis Clients 0 stars 0 imported-by 45% confidence
45