Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Jul 3, 2009
1 parent 962a784 commit 94e7fec
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
32 changes: 24 additions & 8 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
= TokyoStore

Tokyo Tyrant based Rails cache store.
Rack based Tokyo stored (FAST!) Rails session store.

http://github.com/nofxx/tokyo_store

*Playground Warning* This is just me playing, maybe, who knows it'll be/have:

* Fast
* TTL & Substring Matching
== Require

Tokyo Cabinet/Tyrant:: http://tokyocabinet.sourceforge.net/
Rufus Tokyo:: http://github.com/jmettraux/rufus-tokyo/tree

== Got nothing better do to?

script/plugin install..
== Install

# session store
config.action_controller.session_store = :tokyo_store
gem install nofxx-tokyo_store

config.gem 'nofxx-tokyo_store', :lib => 'tokyo_store'
ActionController::Base.session_store = Rack::Session::Tokyo


== Run

Just start tyrant

ttserver data.tch


== Thanks

Mikio Hirabayashi:: tokyo products
John Mettraux:: rufus-tokyo
Luca Guidi:: redis-store - Rack code stolen from here =D


== Copyright
Expand Down
1 change: 1 addition & 0 deletions spec/rack/session/tokyo_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Code from http://github.com/jodosha/redis-store
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')

module Rack
Expand Down

0 comments on commit 94e7fec

Please sign in to comment.