This gem is empty. It protects against brandjacking. You are welcome. If you think it is yours to own, just contact me.
A gem that provides a Redis based web analytics solution for your rack-compliant apps. It gives you detailed analytics about visitors, unique visitors, browsers, OS, visitor recency, traffic sources and more
Ost lets you manage queues and workers with Redis.
A simple Resque plugin that times and saves some simple metrics for Resque jobs back into redis. Based on this system you could build some simple auto-scaling mechanism based on the speed and ETA of queues. Also includes a hook/callback mechanism for recording/sending the metrics to your favorite tool (AKA statsd/graphite).
Failover for ActiveRecord and Redis
Helper for RSpec tests which use Redis
Extends Sinatra with redis helpers for instant redis use
Solano CI runs your test suite simply and quickly in our managed cloud environment. You can run tests by hand, or enable our hosted CI to watch your git repos automatically. Solano CI automatically and safely parallelizes your tests to save you time, and takes care of setting up fresh isolated DB instances for each test thread. Tests have access to a wide variety of databases (postgres, mongo, redis, mysql, memcache), solr, sphinx, selenium/webdriver browsers, webkit and culerity. Solano CI supports all common Ruby test frameworks, including rspec, cucumber, test::unit, and spinach. Solano CI also supports Javascript testing using jasmine, evergreen, and many other frameworks.
Redis(zset/set/list/string/publish) output plugin for Fluentd...
Robust redis lock
Recommendify is a distributed, incremental item-based recommendation engine for binary input ratings. It's based on ruby and redis and uses an approach called "Collaborative Filtering"
A client that extends redis-rb to provide explicit support for the RedisGraph module.
Redis reliable queue pattern implemented in Sidekiq
Health monitoring Rails plug-in, which checks various services (db, cache, sidekiq, redis, etc.).
Store application and user settings on Redis. Comes with ActiveRecord support.
Simple pagination for Redis lists and sorted sets.
Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service REDIS.
Redis master-slave client for Ruby.
Rack::Session, Rack::Cache and cache Redis stores for Ruby web frameworks.
An easy to use distributed web-crawler framework based on Redis
A resque plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis
Redis storage for ruote (a Ruby workflow engine)
This library implements application mutexes using Redis. The mutexes are shared between separate threads, processes, or machines. Locks are acquired with an expiration time so if process that holds a lock dies unexpectedly, the lock is released automatically after a certain duration.
Crazy fast text search using Redis. Works with any ORM or data store.
Adds a Redis::Retry class which can be used to proxy calls to Redis while automatically retrying when a connection cannot be made. This is useful to ensure that your applications don't fail if Redis is temporarily unavailable.
Preloads (and reloads when needed, e.g. when scripts were flushed away) script and then runs it with `EVALSHA`.
RedisRPC is the easiest to use RPC library in the world. (No small claim!) It has implementations in Ruby, PHP, and Python. Redis is a powerful in-memory data structure server that is useful for building fast distributed systems. Redis implements message queue functionality with its use of list data structures and the `LPOP`, `BLPOP`, and `RPUSH` commands. RedisRPC implements a lightweight RPC mechanism using Redis message queues to temporarily hold RPC request and response messages. These messages are encoded as JSON strings for portability. Many other RPC mechanisms are either programming language specific (e.g. Java RMI) or require boiler-plate code for explicit typing (e.g. Thrift). RedisRPC was designed to be extremely easy to use by eliminating boiler-plate code while also being programming language neutral. High performance was not an initial goal of RedisRPC and other RPC libraries are likely to have better performance. Instead, RedisRPC has better programmer performance; it lets you get something working immediately.
A Ruby adapter for the RedisTimeSeries module.
Likeable allows you to make your models...well...likeable using redis.
Maps arbitrary objects to a Redis store with indices and smart retrieval and storage mechanisms.
It provides functions as find, find_by_alias, get, exists?, validate, save etc.
Redis cluster client. Support pipelining.
Auth Redis User Connector.
bayes_on_redis library provides bayesian classification on a given text similar to many SPAM/HAM filtering technique.
An implementation of the HyperLogLog set cardinality estimation algorithm in Ruby using Redis as a back-end
Guard::Redis automatically starts and restarts your local redis server.
Gem to install the redis server; makes things easy.
Redis Counters
A Ruby client that tries to match Redis' Cluster API one-to-one, while still providing an idiomatic interface.
Related is a Redis-backed high performance distributed graph database.
Ruby implementation of a Redis server and client
Health check for Rack apps checking things like active record, redis, and AWS.
Colorized logging for Memcached and Redis
use redis to cache your rails page.
Optimized operations on Redis bitmaps using built-in Ruby operators. Supports sparse bitmaps to preserve storage.
A transport agnostic RESP protocol client/server.
Stal receives s-expressions and resolves the set operations in Redis
View and manage redis store
A light-weighted redis driver for testing, development, and minimal environments, which supports various data storage strategies.
Adapter for redis