Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.04 KB

README.md

File metadata and controls

63 lines (48 loc) · 2.04 KB

GoZix Redigo

License Documentation

Release Build Status Go Report Card Code Coverage

The bundle provide a Redigo integration to GoZix application.

Installation

go get github.com/gozix/redigo/v4

Dependencies

Configuration example

{
  "redis": {
    "default": {
      "host": "127.0.0.1",
      "port": "6379",
      "db": 0,
      "password": "somepassword",
      "max_idle": 3,
      "max_active": 100,
      "idle_timeout": "4m"
    }
  }
}

"password" field is optional and ignored if empty "db" field is optional. Default is 0

Documentation

You can find documentation on pkg.go.dev and read source code if needed.

Questions

If you have any questions, feel free to create an issue.