Skip to content

🍺 Nectar

Latest

Choose a tag to compare

@mychidarko mychidarko released this 13 Aug 08:54

v5.0 - 13 Aug 2026

Added

  • Added support for managed Redis providers: authenticated connections work for sessions too, so Upstash, Redis Cloud and friends connect out of the box
  • Redis sessions share your auth session settings, so switching the session driver doesn't change how sessions behave
  • The whole Redis command set is available: any method Leaf doesn't define first-class passes straight through to the underlying client
  • Works with the phpredis extension or pure-PHP Predis, picked automatically based on what's installed
  • Added a full test suite across both adapters, run through Alchemy

Fixed

  • Patched connection handling and Redis methods across both the native and Predis adapters

Changed

  • Console commands run on Sprout
  • Redis now requires PHP 8.2+