stefanwille / crystal-redis-examples

Examples for crystal-redis

Home Page:https://github.com/stefanwille/crystal-redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples for Crystal-Redis

These examples are meant to help you get you started with the Crystal Redis client.

Installation

You need to install the crystal-redis client into this project:

$ shards install

Running the Examples

All examples are in the src/ directory.

Read the source code of an example that you are interested in. It is best to start with src/basic.cr.

Then run the example. For instance, to run src/basic.cr, use crystal run in the terminal:

$ crystal run src/basic.cr

About

Examples for crystal-redis

https://github.com/stefanwille/crystal-redis


Languages

Language:Crystal 86.9%Language:Ruby 13.1%