Comment From: iguchi1124

I really want this https://github.com/antirez/redis/pull/848

Comment From: itamarhaber

While the core project may not adopt this feature so quickly, you can explore Redis Modules to add Ruby (and perhaps any other language) for scripting. I'm aware of at least two similar modules: 1. Python support <- an internal RL hackathon result, perhaps will be published 2. NodeJS modules support by @sklivvz at https://github.com/sklivvz/cthulhu

I've been toying w/ the idea of introducing Lua 5.3 as a module. Perhaps you'd want to do something similar with Ruby (or mruby).

Comment From: itamarhaber

Closing this issue as it isn't likely to make its way into the core - perhaps a module author will step forward and undertake this task. Feel free to reopen or create a new issue if needed.