All Versions
50
Latest Version
Avg Release Cycle
29 days
Latest Release
-

Changelog History
Page 5

  • v0.7.10 Changes

    • ๐Ÿ‘Œ Improved performance (PR #64)
  • v0.7.7 Changes

    • Close connection handle on error
  • v0.7.2 Changes

    • ๐Ÿ‘Œ Improve speed, rewrite internal logic (PR #56)
  • v0.7.1 Changes

    • โž• Add NFData instances
  • v0.7.0 Changes

    • Enforce all replies being recieved in runRedis. Pipelining between runRedis calls doesn't work now.
  • v0.6.10 Changes

    • โž• Add HyperLogLog support
  • v0.6.4 Changes

    • ๐Ÿ†• New connection option to automatically SELECT a database.
  • v0.5 Changes

    • ๐Ÿ†• New commands: DUMP, RESTORE, BITOP, BITCOUNT.
    • โœ‚ Removed the dependency on stm.
    • ๐Ÿ‘Œ Improved performance of Queued in long transactions.
    • ๐Ÿ“š Minor documentation updates.
  • v0.4.1 Changes

    • โž• 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.
  • v0.3.2 Changes

    • The following commands got a 'Maybe' added to their return type, to properly handle Redis returning nil-replies: brpoplpush, lindex, lpop, objectEncoding, randomkey, rpop, rpoplpush, spop, srandmember, zrank, zrevrank, zscore.
    • โšก๏ธ Updated dependencies on bytestring-lexing and stm.
    • ๐Ÿ“š Minor improvements and fixes to the documentation.