Agile Web Development

Build it. Launch it. Love it.

memcache-client_extensions

The memcache-client_extensions plugins adds three new commands to the memcache
client API:

1. get_multi : retrieve more than 1 key in parallel
2. stats : retrieve server performance and utilization statistics
3. flush_all : empty all information stored in memcached

== Installation

1. This plugin requires that the memcache-client gem is installed.
# gem install memcache-client

2. Install the plugin or the gem
$ script/plugin install svn://rubyforge.org/var/svn/zventstools/projects/memcache-client_extensions
- OR -
# gem install memcache-client_extensions

Read the announcement for more details:
http://blog.zvents.com/2006/11/1/rails-plugin-memcacheclient-extensions

Vitals

Home http://blog.zvents.com/2006/11/1/rails-plugin-memcacheclient-extensions
Repository svn://rubyforge.org/var/svn/zventstools/projects/memcache-client_extensions
License Rails' (MIT)
Tags Tag_red
Rating (1 vote)
Owner Tyler Kovacs
Created 2 November 2006

Comments

Add a comment