Skip to content

Releases: DirectoryTree/ActiveRedis

v1.7.4

Choose a tag to compare

@stevebauman stevebauman released this 18 Nov 17:59
a35f6ed

Changed

  • Use substr instead of Str::after() for small optimization with removing prefixes - 93f98dc

v1.7.3

Choose a tag to compare

@stevebauman stevebauman released this 28 Sep 18:16
96ef9fe

Fixed

  • Regression with phpredis compatibility in RedisRepository - 96ef9fe

v1.7.2

Choose a tag to compare

@stevebauman stevebauman released this 05 Sep 01:41
447c242

Changed

  • Improve RedisRepository with additional type safety - 7f7a6f7, 447c242

v1.7.1

Choose a tag to compare

@stevebauman stevebauman released this 03 Sep 20:50
eb72b8c

Fixed

  • Configured model connection not being used in RedisRepository - #14

v1.7.0

Choose a tag to compare

@stevebauman stevebauman released this 29 Aug 17:01
e94b530

Added

  • Support for custom developer repositories - #12

v1.6.0

Choose a tag to compare

@stevebauman stevebauman released this 23 Apr 14:27
2419eea

Added

  • Laravel 12 support - #8

v1.5.4

Choose a tag to compare

@stevebauman stevebauman released this 05 Mar 21:27
d533c15

Fixed

  • Allow returning any CarbonInterface from asDateTime by @J0sh0nat0r - #9

v1.5.3

Choose a tag to compare

@stevebauman stevebauman released this 24 Nov 23:23
3f8ce6c

Added

  • getModel and getRepository to ActiveRedis\Query - ec0dc13

Changed

  • ArrayRepository is now a singleton for keeping state between models - ec0dc13

v1.5.2

Choose a tag to compare

@stevebauman stevebauman released this 22 Nov 19:45

Added

  • Ability to change chunk size on the below query builder methods: - ec0dc13
    • find
    • findOr
    • findOrFail
    • first
    • firstOrFail
    • firstOrCreate
    • updateOrCreate
    • exists

Changed

  • Increased default chunk size of find and first methods to 1000 to increase performance on large datasets - ec0dc13

v1.5.1

Choose a tag to compare

@stevebauman stevebauman released this 22 Nov 19:32

Added

  • Ability to change chunk count when calling Model::get($count = 1000) - 72275b0

Changed

  • Chunk by 1000 by default instead of 100 - 72275b0