Skip to content

thumbor-memcached provides storages using memcached as a backend.

License

Notifications You must be signed in to change notification settings

gi11es/thumbor-memcached

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thumbor-memcached

Build Status

thumbor-memcached provides storages using memcached as a backend.

Installing

Before installing, make sure both memcached and `libmemcached are installed and accessible to python.

$ pip install thumbor-memcached

Configuration

# MEMCACHED STORAGE OPTIONS
MEMCACHE_STORAGE_SERVERS=['localhost:5555']  # List of memcached servers to use for keys
STORAGE_EXPIRATION_SECONDS=120  # Expiration of entries in the memcached storage

Usage

Using it is as simple as configuring it in your thumbor.conf file:

# thumbor.conf
STORAGE = 'thumbor_memcached.storage'

Versions

This projects uses the following versioning scheme:

<thumbor major>.<memcached plugin major>.<memcached plugin minor>

About

thumbor-memcached provides storages using memcached as a backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.8%
  • Makefile 8.2%