setup-redis.sh 213 B

123456789101112
  1. #!/bin/bash
  2. # This redis implementation works but there is currently no redis installation
  3. # for the benchmark suite
  4. fw_depends crystal
  5. shards install
  6. crystal build --release server-redis.cr
  7. ./server-redis &