Registry / database / redis-persistence

redis-persistence

JSON →
library0.1.0rbrubygemsunverified

Simple ActiveModel-compatible persistence layer in Redis.

gem install redis-persistence
INSTALL
IMPORT
SIG · REDIS-PERSISTENCE
R
redis-persistence
databaserubyv0.1.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.

RedisPersistence
✓ require 'redis-persistence'

Define a model with Redis persistence and save an instance

require 'redis-persistence' class User include Redis::Persistence property :name end u = User.new(name: 'Alice') u.save puts u.id
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
redis-persistence — gem install redis-persistence · libregistry