exredis v0.2.0 Release Notes

Release Date: 2015-07-10 // almost 9 years ago
    • 👉 Use import instead of use for importing library
    • Exredis.query_pipe/2 return result without :ok like Exredis.query/2 by @behe
    • ➕ Add :eredis dependency in the OTP applications configuration by @jeznet
    • Add start_using_connection_string to Exredis.Sub by @jeznet