mini_redis-benchmarks

Version, currently master branch1 version
  • master branchlatestApr 15, 2019

github.com/vladfaust/mini_redis-benchmark

Benchmarks for MiniRedis

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  mini_redis-benchmarks:
    github: vladfaust/mini_redis-benchmark
    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.27.0
License
MIT
Author
Vlad Faust
Targets
  • send from src/send.cr
  • pipeline from src/pipeline.cr

Dependencies

Runtime Dependencies

  • redis~> 2.1.1github: stefanwille/crystal-redis
  • mini_redis~> 0.2.0github: vladfaust/mini_redis
  • time_format~> 0.1.0github: vladfaust/time_format.cr

README

MiniRedis benchmarks

A collection of benchmarks comparing https://github.com/vladfaust/mini_redis and https://github.com/stefanwille/crystal-redis.

Usage

> shards update && shards install
> env REDIS_URL=<your redis URL> crystal src/pipeline.cr --release
> env REDIS_URL=<your redis URL> crystal src/send.cr --release