Install crystal-redis via shards
masterTo add crystal-redis to your project, add the following dependency to your shard.yml file:
dependencies:
redis:
github: stefanwille/crystal-redisThen, run the following command in your terminal to install the library:
$ shards install