New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redis-store-pika

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-store-pika

  • 1.9.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

This is a fork!

This is a fork of official redis-store gem published to let people use fixes unavailable on official one yet.
Be sure to check updates from official redis-store gem sometimes in case the fixes included in this fork are already merged there.
(You can subscribe specific issues/PRs/releases on GitHub)

To install this fork place redis-store-pika into Gemfile (no special require option needed, I think).
Be sure not to install/require redis-store at the same time (maybe comment that line out in Gemfile)

Versioning

Since this is a fork (as a temporary measure) semantic versioning won't be used.
It would be like (last offical version) + .x (x = how many times it's released)
(e.g. Based on 1.9.2 + 1st release = 1.9.2.1)

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

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

FAQs

Package last updated on 07 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc