I really like the way this article introduces the concepts of integrating Lua into a storage system like Redis.
Shameless plug: the integration of Lua into Redis served as inspiration for our recent integration of Lua into Ceph/RADOS [1] for building custom object interfaces. I'll taking a cue from this article when we update our out-of-date documentation on the feature [2].
Shameless plug: the integration of Lua into Redis served as inspiration for our recent integration of Lua into Ceph/RADOS [1] for building custom object interfaces. I'll taking a cue from this article when we update our out-of-date documentation on the feature [2].
[1]: https://github.com/ceph/ceph/pull/7338
[2]: http://noahdesu.github.io/2014/01/22/dynamic-rados-object-in...