redis 연결 수정

This commit is contained in:
2026-03-24 18:56:01 +09:00
parent 728b394063
commit e2f49ba77e

View File

@@ -60,7 +60,7 @@ class Session extends BaseConfig
* IMPORTANT: You are REQUIRED to set a valid save path!
*/
// public string $savePath = WRITEPATH . 'session';
public string $savePath = 'tcp://192.168.10.243:6379?database=0';
public string $savePath = '';
/**
* --------------------------------------------------------------------------