All Projects → redis-store → Redis Store

redis-store / Redis Store

Licence: mit
Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Redis Store

Gokv
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Stars: ✭ 314 (-78.58%)
Mutual labels:  redis, library
Pottery
Redis for humans. 🌎🌍🌏
Stars: ✭ 204 (-86.08%)
Mutual labels:  redis, library
Olingo Odata4
Mirror of Apache Olingo
Stars: ✭ 110 (-92.5%)
Mutual labels:  library
Mconf
微服务配置中心 mconf ,基于 Zookeeper和Redis实现的配置中心。提供拉取配置、订阅配置、新增配置、删除配置、修改配置等功能。支持多数据中心、多环境配置、配置分组、多版本配置等功能。
Stars: ✭ 112 (-92.36%)
Mutual labels:  redis
Inapppy
Python In-app purchase validator for Apple AppStore and GooglePlay.
Stars: ✭ 110 (-92.5%)
Mutual labels:  library
Nestjs Example
NestJS example with GraphQL, Schema-Stitching, Dataloader, GraphQL Upload, RabbitMQ, Redis, Scalable Websocket and JWT authentication
Stars: ✭ 111 (-92.43%)
Mutual labels:  redis
Battery.js
A tiny wrapper for the HTML5 Battery Status API.
Stars: ✭ 111 (-92.43%)
Mutual labels:  library
Yaep
Yet Another Earley Parser
Stars: ✭ 110 (-92.5%)
Mutual labels:  library
Deepcopy.js
deep copy data
Stars: ✭ 112 (-92.36%)
Mutual labels:  library
Esp32 Mpu Driver
ESP32 full library for all MPU6000 MPU6050 MPU6500 MPU9150 MPU9250 with SPI and I2C support and more.
Stars: ✭ 111 (-92.43%)
Mutual labels:  library
Androidaudiorecorder
A fancy audio recorder lib for Android. Supports WAV format at 48kHz.
Stars: ✭ 1,524 (+3.96%)
Mutual labels:  library
Lift
constexpr C++17 library for simplifying higher order functions in application code
Stars: ✭ 111 (-92.43%)
Mutual labels:  library
Redismodule Rs
Rust API for Redis Modules API
Stars: ✭ 111 (-92.43%)
Mutual labels:  redis
Netpro
🌈An enhanced version of asp.netcore,Support for netcore3.1
Stars: ✭ 112 (-92.36%)
Mutual labels:  redis
Curlyq
Efficient and reliable background processing for Go
Stars: ✭ 110 (-92.5%)
Mutual labels:  redis
Php Redis Client
RedisClient is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0
Stars: ✭ 112 (-92.36%)
Mutual labels:  redis
Libbrotli
meta project to build libraries from the brotli source code
Stars: ✭ 110 (-92.5%)
Mutual labels:  library
Bokkypoobahsdatetimelibrary
Gas-Efficient Solidity DateTime Library
Stars: ✭ 111 (-92.43%)
Mutual labels:  library
Redishappy
Redis Sentinel high availabillity daemon
Stars: ✭ 111 (-92.43%)
Mutual labels:  redis
Bloc.js
A predictable state management library that helps implement the BLoC design pattern in JavaScript
Stars: ✭ 111 (-92.43%)
Mutual labels:  library

Redis stores for Ruby frameworks

Redis Store provides a full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It supports object marshalling, timeouts, single or multiple nodes, and namespaces.

Please check the README file of each gem for usage and installation guidelines.

Redis Installation

Option 1: Homebrew

MacOS X users should use Homebrew to install Redis:

brew install redis

Option 2: From Source

Download and install Redis from the download page and follow the instructions.

Running tests

git clone git://github.com/redis-store/redis-store.git
cd redis-store
bundle install
bundle exec rake

If you are on Snow Leopard you have to run env ARCHFLAGS="-arch x86_64" ruby ci/run.rb

Contributors

https://github.com/redis-store/redis-store/graphs/contributors

Versioning

The redis-store family of gems uses Semantic Versioning, meaning gems depending on redis-store can be reliably inclusive of any version between the current and the next major. We recommend the following dependency in your library's gemspec:

s.add_dependency 'redis-store', '>= 1.4', '< 2'

Status

Gem Version Build Status Code Climate

Copyright

2009 - 2013 Luca Guidi - http://lucaguidi.com, released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].