Releases: DirectoryTree/ActiveRedis
Releases · DirectoryTree/ActiveRedis
v1.7.4
Compare
Sorry, something went wrong.
No results found
Changed
Use substr instead of Str::after() for small optimization with removing prefixes - 93f98dc
v1.7.3
Compare
Sorry, something went wrong.
No results found
Fixed
Regression with phpredis compatibility in RedisRepository - 96ef9fe
v1.7.2
Compare
Sorry, something went wrong.
No results found
Changed
Improve RedisRepository with additional type safety - 7f7a6f7 , 447c242
v1.7.1
Compare
Sorry, something went wrong.
No results found
Fixed
Configured model connection not being used in RedisRepository - #14
v1.7.0
Compare
Sorry, something went wrong.
No results found
Added
Support for custom developer repositories - #12
v1.6.0
Compare
Sorry, something went wrong.
No results found
v1.5.4
Compare
Sorry, something went wrong.
No results found
Fixed
Allow returning any CarbonInterface from asDateTime by @J0sh0nat0r - #9
v1.5.3
Compare
Sorry, something went wrong.
No results found
Added
getModel and getRepository to ActiveRedis\Query - ec0dc13
Changed
ArrayRepository is now a singleton for keeping state between models - ec0dc13
v1.5.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
Ability to change chunk count when calling Model::get($count = 1000) - 72275b0
Changed
Chunk by 1000 by default instead of 100 - 72275b0