scredis v2.0.0-2.11 Release Notes

Release Date: 2014-08-01 // over 9 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿ“š Completed documentation
    • ๐Ÿ‘ป Blocking commands now return a Try (to make it clear that an exception can be thrown and to avoid the overhead of try/catch blocks)
    • 0๏ธโƒฃ AnyWriter is no longer imported by default, instead, the Writer for every Scala base type is imported (prevents ambiguous writer when user defines own Writer)