Registry / database / mediocregopher-radix-v4

mediocregopher-radix-v4

JSON →
library4.1.5gogounverified

Package radix implements all functionality needed to work with redis and all things related to it, including redis cluster, pubsub, sentinel, scanning, lua scripting, and more.

go get github.com/mediocregopher/radix/v4
INSTALL
IMPORT
SIG · MEDIOCREGOPHER-RAD
M
mediocregopher-radix-v4
databasegov4.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

radix
github.com/mediocregopher/radix/v4

Minimal usage to create a Redis connection pool.

package main import ( "fmt" "github.com/mediocregopher/radix/v4" ) func main() { client, _ := radix.NewPool("tcp", "localhost:6379", 10) fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
mediocregopher-radix-v4 — go get mediocregopher-radix-v4 · libregistry