redix v0.10.2 Release Notes

Release Date: 2019-05-31 // almost 5 years ago
  • 🐛 Bug fixes and improvements

    • Allow a discarded username when using Redis URIs.
    • Fix the Redix.command/0 type which was [binary()] but which should have been [String.Chars.t()] since we call to_string/1 on each command.