hedis v0.4.1 Release Notes

    • ➕ Added new Redis 2.6 commands, including Lua scripting support.
    • A transaction context is now created by using the 'multiExec' function. The functions 'multi', 'exec' and 'discard' are no longer available individually.
    • Inside of a transaction, commands return their results wrapped in a composable /future/, called 'Queued'.
    • The 'getType' command (the Redis TYPE command) now has a custom return type 'RedisType'.
    • 📚 Minor improvements and fixes to the documentation.