Registry / database / fiveruns-memcache-client

fiveruns-memcache-client

JSON →
library1.5.0.1rbrubygemsunverified

A Ruby-based memcached client library for interacting with memcached servers.

gem install fiveruns-memcache-client
INSTALL
IMPORT
SIG · FIVERUNS-MEMCACHE-
F
fiveruns-memcache-client
databaserubyv1.5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MemCache
require 'memcache'

Set and get a value from memcached

require 'memcache' cache = MemCache.new('localhost:11211') cache['key'] = 'value' puts cache['key']
Debug
Known issues
gotchaThis gem is a fork of the original memcache-client and may have compatibility issues with newer Ruby versions.
fix
Consider using the 'dalli' gem for modern memcached support.
affects: >= 1.5.0
Upgrade
Version history
1.5.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
fiveruns-memcache-client — gem install fiveruns-memcache-client · libregistry