Registry / database / redic
library1.5.3rbrubygemsunverified

Lightweight Redis client for Ruby.

gem install redic
INSTALL
IMPORT
SIG · REDIC
R
redic
databaserubyv1.5.3
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.

Redic
require 'redic'

Connects to Redis and performs basic SET/GET operations.

require 'redic' client = Redic.new('redis://localhost:6379') client.call('SET', 'key', 'value') puts client.call('GET', 'key')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
1
Resources
redic — gem install redic · libregistry