memcache

package
v0.0.0-...-ba7cdbd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2014 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package memcache implements a Gondola cache driver using memcache.

This package works both on standalone Go installations and Google App Engine. The URL format for this driver is:

memcache://host1[:port][,host2][,hostn][#timeout={seconds}&max_idle={max}

If no port is provided, memcached's default is used. If no timeout is provided, 200ms is used as a default. Setting timeout to zero disables timeouts. max_idle represents the maximum number of idle connections kept per host. The default is 2.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL