Registry / database / mediocregopher-radix-v2

mediocregopher-radix-v2

JSON →
library0.0.0-20181115013041-b67df6e626f9gogounverified

Package radix is a simple Redis driver for Go.

go get github.com/mediocregopher/radix.v2
INSTALL
IMPORT
SIG · MEDIOCREGOPHER-RAD
M
mediocregopher-radix-v2
databasegov0.0.0-20181115013041-b67df6e626f9
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.v2

Connects to a local Redis server.

package main import ( "fmt" "github.com/mediocregopher/radix.v2/redis" ) func main() { client, err := redis.Dial("tcp", "localhost:6379") if err != nil { fmt.Println(err) return } defer client.Close() fmt.Println("Connected to Redis") }
Debug
Known issues
breakingThis package uses a legacy import path with .v2 suffix; newer versions may use a different module path.
fix
Consider using github.com/mediocregopher/radix/v3 for the latest version.
affects: >=2.0.0
Upgrade
Version history
0.0.0-20181115013041-b67df6e626f9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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