Sha256: 00b7dc13ac0d2f2bed0ab521d0185df4448ec488b0557adcca204d2b860bc232
Contents?: true
Size: 1.76 KB
Versions: 1
Compression:
Stored size: 1.76 KB
Contents
# Oxblood [![Gem Version](https://badge.fury.io/rb/oxblood.svg)](https://badge.fury.io/rb/oxblood) [![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://rubydoc.info/github/etehtsea/oxblood/master/frames) [![Build Status](https://travis-ci.org/etehtsea/oxblood.svg?branch=master)](https://travis-ci.org/etehtsea/oxblood) [![Code Climate](https://codeclimate.com/github/etehtsea/oxblood/badges/gpa.svg)](https://codeclimate.com/github/etehtsea/oxblood) [![Test Coverage](https://codeclimate.com/github/etehtsea/oxblood/badges/coverage.svg)](https://codeclimate.com/github/etehtsea/oxblood/coverage) An experimental Redis Ruby client. ## Compatibility - Ruby 2.2.2+ - JRuby 9k+ ## Status - Commands: - Cluster (0/20) - Connection (4/5) - Geo (0/6) - Hashes (14/15) - HyperLogLog (0/3) - Keys (18/22) - Lists (6/17) - Pub/Sub (0/6) - Scripting (0/7) - Server (2/31) - Sets (5/15) - Sorted Sets (6/21) - Strings (5/24) - Transaction (0/5) - [Pipeling](http://www.rubydoc.info/github/etehtsea/oxblood/master/Oxblood/Pipeline) - [Connection pooling](http://www.rubydoc.info/github/etehtsea/oxblood/master/Oxblood/Pool) ## Usage As a starting point please look at [Oxblood::Pool](http://www.rubydoc.info/github/etehtsea/oxblood/master/Oxblood/Pool) documentation. ## Documentation Documentation and usage examples are available on [Rubydoc](http://rubydoc.info/github/etehtsea/oxblood/master/frames). ## Continuous Integration You can check CI status at [Travis CI](https://travis-ci.org/etehtsea/oxblood.svg?branch=master). ## Contributing Bug reports and pull requests are welcome on [GitHub](https://github.com/etehtsea/oxblood). ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oxblood-0.1.0.dev7 | README.md |