Radix Radix is a minimalistic Redis client for Go. It is broken up into the following: redis - A wrapper around a single redis connection. Supports normal commands/response as well as pipelining. resp - A utility package for encoding and decoding messages from redis extra - a sub-package containing added functionality pool - a simple, automatically expanding/cleaning connection pool. pubsub - a si