Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 677 Bytes

File metadata and controls

27 lines (15 loc) · 677 Bytes

Change Log

Version 0.5.0 (2014-10-14)

  • Add offset & limit for keys search operations

  • Efficient keys count

  • Iterators for pagination & traversing a large keys collection

  • Update to gradle 2.1

Version 0.4.0 (2014-09-13)

  • Moving to Gradle build system. (fix issue #2)

  • Moving Kryo jars as Gradle dependency instead of embedding inside libs (fix issue #13)

  • API enhancement: search by prefix & range (fix issue #7)

  • Allow registration of custom serializers for Kryo (fix issue #6) contributed by @DayS

  • Remove the need to implement Serializable to store Objects & Arrays