Skip to content

charliewolf/prerender-plugin-memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a memcached cache plugin for prerender.

Usage

In your local prerender project run:

$ npm install prerender-plugin-memcached --save

Then in the server.js that initializes the prerender:

server.use(require('prerender-plugin-memcached')); 

By default it will connect to Memcached on localhost:11211 but if you set a MEMCACHED_SERVER environment variable it will connect to that server instead. Note that you must include the port in that server (i.e. '10.1.1.1:11211')

About

🔌 Memcached plugin for prerender

Resources

License

Stars

Watchers

Forks

Packages

No packages published