module Stal

Defined in:

stal.cr
stal/version.cr

Constant Summary

LUA = {src: with_file("stal/stal.lua", "cat"), sha: ((with_file("stal/stal.lua", "shasum")).split(' ')).first}
VERSION = "0.1.0"

Class Method Summary

Macro Summary

Class Method Detail

def self.solve(c, expr : Array) #

Evaluate expression expr in the Redis client c.


[View source]

Macro Detail

macro with_file(filename, command) #

[View source]