Registry / networking / dalli
library5.0.5rbrubygemsunverified

High performance memcached client for Ruby.

gem install dalli
INSTALL
IMPORT
SIG · DALLI
D
dalli
networkingrubyv5.0.5
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.

Dalli
require 'dalli'

Set and get a value from memcached.

require 'dalli' client = Dalli::Client.new('localhost:11211') client.set('key', 'value') puts client.get('key')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
dalli — gem install dalli · libregistry