SncRedisBundle

A Redis bundle for Symfony supporting Predis and PhpRedis

MIT License

Downloads
32.5M
Stars
1K
Committers
146

Bot releases are hidden (Show)

SncRedisBundle - 4.7.1 Latest Release

Published by ostrolucky 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.7.0...4.7.1

SncRedisBundle - Symfony 7.0 support

Published by ostrolucky 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.6.1...4.7.0

SncRedisBundle - 4.6.1 - phpredis 6.x compatibility

Published by ostrolucky about 1 year ago

What's Changed

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.6.0...4.6.1

SncRedisBundle - 4.6.0

Published by ostrolucky over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.5.1...4.6.0

SncRedisBundle - 4.5.1

Published by ostrolucky almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.5.0...4.5.1

SncRedisBundle - 4.5.0

Published by ostrolucky almost 2 years ago

What's Changed

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.4.2...4.5.0

SncRedisBundle - 4.4.2

Published by ostrolucky almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.4.1...4.4.2

SncRedisBundle - 4.4.1

Published by ostrolucky almost 2 years ago

What's Changed

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.4.0...4.4.1

SncRedisBundle - 4.4.0

Published by ostrolucky almost 2 years ago

What's Changed

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.3.2...4.4.0

SncRedisBundle - 4.3.2

Published by ostrolucky almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.3.1...4.3.2

SncRedisBundle - 4.3.1

Published by ostrolucky almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.3.0...4.3.1

SncRedisBundle - 4.2.0

Published by ostrolucky over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.1.6...4.2.0

SncRedisBundle - 4.1.6

Published by ostrolucky over 2 years ago

What's Changed

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.1.5...4.1.6

SncRedisBundle - 4.1.5

Published by ostrolucky over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.1.4...4.1.5

SncRedisBundle - 4.1.4

Published by ostrolucky over 2 years ago

SncRedisBundle - 4.1.0

Published by ostrolucky almost 3 years ago

What's Changed

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.0.2...4.1.0

SncRedisBundle - 4.0.2

Published by ostrolucky almost 3 years ago

What's Changed

Full Changelog: https://github.com/snc/SncRedisBundle/compare/4.0.1...4.0.2

SncRedisBundle - 4.0

Published by ostrolucky almost 3 years ago

Full Changelog: https://github.com/snc/SncRedisBundle/compare/3.6.0...4.0

  • Support PHP 8.1+ phpredis thanks to autogenerated logging proxies
  • Add new redis:query command which is not limited to just flushall/flushdb like the old ones were
  • Remove deprecated functionality and support of old dependencies, see below

Check UPGRADE.md file to see how to upgrade your application and see list of removed features, or potentially BC breaking changes.

SncRedisBundle - 3.6.0

Published by ostrolucky almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snc/SncRedisBundle/compare/3.5.2...3.6.0

SncRedisBundle - 3.5.0

Published by ostrolucky almost 3 years ago

Changelog

3.5.0 (2021-11-01)

Full Changelog

Implemented enhancements:

  • Doctrine Cache 2.x #611
  • Migrate from Travis CI to GitHub Actions #602
  • Function Redis::delete() is deprecated #521
  • Connections not properly closed on Kernel shutdown #400
  • Exception handling if redis is not avaialble #105

Fixed bugs:

  • The service alias "doctrine.orm.default_metadata_cache" does not exist. #613
  • rPush ignores variadic arguments #612
  • The "snc_redis.default" service or alias has been removed or inlined when the container was compiled. #605

Closed issues:

  • Deprecated: Function ReflectionType::__toString() #610
  • Test against the next Symfony version (5.3) #601

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator