redis_cluster

Version, currently master branch1 version
  • master branchlatestApr 5, 2017

github.com/relonger/crystal_redis_cluster

Redis Cluster gem port for Crystal

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  redis_cluster:
    github: relonger/crystal_redis_cluster
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.21.1
License
MIT
Author
wangzc , Ported to Crystal by Alexander Usikov

Dependencies

Runtime Dependencies

  • redis*github: stefanwille/crystal-redis

README

redis_cluster

This is the straight port of https://github.com/zhchsf/redis_cluster gem for Ruby to Crystal

It doesn't tested well yet, so use it on your own risk. However it works for me :-)

Installation

Add this to your application's shard.yml:

dependencies:
  redis_cluster:
    github: relonger/crystal_redis_cluster

Usage

require "redis_cluster"

Watch examples how to use at https://github.com/zhchsf/redis_cluster page

TODO

  • Port spec's and run tests
  • Update up to last 0.2.9 changes on original gem

License

The gem is available as open source under the terms of the MIT License.