Skip to content

paladiy/tokyo-tyrant-cache-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tokyo Tyrant Rails Cache Store

Requirements

Tokyo Cabinet:
http://1978th.net/tokyocabinet/

Tokyo Tyrant:   
http://1978th.net/tokyotyrant/

Gems:  
sudo gem install rufus-tokyo

Installation

script/plugin install git://github.com/paladiy/tokyo-tyrant-cache-store.git

Usage

Configure the Rails cache store (in environment.rb):
config.cache_store = :tokyo_tyrant_cache_store, {:host => '127.0.0.1', :port => 1978, :namespace => "development"}

About

Tokyo Turant Rails Cache Adapter which provides time based exepiring and namespace options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages