Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yury-memcache-client

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yury-memcache-client

  • 1.7.1.3
  • Rubygems
  • Socket score

Version published
Maintainers
4
Created
Source

= memcache-client

A ruby library for accessing memcached.

Source:

http://github.com/mperham/memcache-client

== Installing memcache-client

Just install the gem:

$ sudo gem install memcache-client

== Using memcache-client

With one server:

CACHE = MemCache.new 'localhost:11211'

Or with multiple servers:

CACHE = MemCache.new %w[one.example.com:11211 two.example.com:11211]

== Tuning memcache-client

The MemCache.new method takes a number of options which can be useful at times. Please read the source comments there for an overview. If you are using Ruby 1.8.x and using multiple memcached servers, you should install the RubyInline gem for ultimate performance.

== Using memcache-client with Rails

Rails 2.1+ includes memcache-client out of the box. See ActiveSupport::Cache::MemCacheStore and the Rails.cache method for more details.

== Questions?

memcache-client is maintained by Mike Perham and was originally written by Bob Cottrell, Eric Hodel and the seattle.rb crew.

Email:: mailto:mperham@gmail.com Twitter:: mperham[http://twitter.com/mperham] WWW:: http://mikeperham.com

If my work on memcache-client is something you support, please take a moment to recommend me at WWR[http://workingwithrails.com/person/10797-mike-perham]. I'm not asking for money, just a electronic "thumbs up".

FAQs

Package last updated on 10 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc