开源软件名称(OpenSource Name):redis-store/redis-store开源软件地址(OpenSource Url):https://github.com/redis-store/redis-store开源编程语言(OpenSource Language):Ruby 100.0%开源软件介绍(OpenSource Introduction):Redis stores for Ruby frameworksRedis 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 InstallationOption 1: HomebrewMacOS X users should use Homebrew to install Redis: brew install redis Option 2: From SourceDownload and install Redis from the download page and follow the instructions. Running testsgit 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 Contributorshttps://github.com/redis-store/redis-store/graphs/contributors VersioningThe 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' StatusCopyright2009 - 2013 Luca Guidi - http://lucaguidi.com, released under the MIT license. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论