Ruby bindings for MemCached Maintained by:jw@innerewut.de Port Added: 29 Jan 2006 12:02:25 Also Listed In:rubygems
MemCache Client
memcache-client is a pure Ruby client for memcached. It is nearly
a drop-in replacement for Ruby MemCache (databases/ruby-memcache).
WWW: http://dev.robotcoop.com/Libraries/
- Jonathan Weiss
jw@innerewut.de
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@
New Ruby MemCached client memcache-client from the Robotcoop. It is a pure Ruby
client for memcached. It is nearly a drop-in replacement for Ruby MemCache
while beeing much faster.
PR: ports/92350
Submitted by: Jonathan Weiss <jw@innerewut.de>