Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve Redis Session #8578

Merged
merged 5 commits into from
Mar 25, 2024
Merged

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    dbad30d View commit details
    Browse the repository at this point in the history
  2. refactor: remove savePath['protocol'] and add protocol to 'host'

     Conflicts:
    	system/Session/Handlers/RedisHandler.php
    kenjis committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a81ecaa View commit details
    Browse the repository at this point in the history
  3. feat: support Redis ACL

    like `tcp://localhost:6379?auth[user]=redis-admin&auth[pass]=admin-password`
    and Unix domain socket like `unix:///tmp/redis.sock`.
    
     Conflicts:
    	system/Session/Handlers/RedisHandler.php
    kenjis committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e10a67b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b867d2 View commit details
    Browse the repository at this point in the history
  5. docs: add user guide

    kenjis committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    615aa18 View commit details
    Browse the repository at this point in the history