...

Package redis

import "github.com/gregjones/httpcache/redis"
Overview
Index

Overview ▾

Package redis provides a redis interface for http caching.

func NewWithClient

func NewWithClient(client redis.Conn) httpcache.Cache

NewWithClient returns a new Cache with the given redis connection.