Registry / database / kredis

kredis

JSON →
library1.8.0rbrubygemsunverified

Higher-level data structures built on Redis, providing types like counters, sets, and queues.

gem install kredis
INSTALL
IMPORT
SIG · KREDIS
K
kredis
databaserubyv1.8.0
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.

Kredis
require 'kredis'

Create and increment a Redis-backed counter.

require 'kredis' Kredis.configurator = Class.new { def config; { host: "localhost", port: 6379 }; end }.new counter = Kredis.counter "mycounter" counter.increment puts counter.value
Debug
Known issues
gotchaRequires a running Redis server; default configuration may not match your setup.
fix
Configure Kredis with your Redis connection details before use.
affects: >= 1.0.0
Upgrade
Version history
1.8.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
kredis — gem install kredis · libregistry