Skip to content

v1.1.0-2.9.x

Choose a tag to compare

@curreli curreli released this 02 Jan 17:37

Changes

All changes are included in this milestone.

  • #6 sMembers asynchronous command now correctly returns Future[Set[A]] instead of Future[Set[String]]
  • #7 Implemented changes related to Redis v2.8.x
    • New commands
      • SCAN
      • HSCAN
      • SSCAN
      • ZSCAN
    • Modified commands
      • ttl now returns Either[Boolean, Int]
      • pTtl now returns Either[Boolean, Long]
      • ttlDuration now returns Either[Boolean, FiniteDuration]