@@ -31,6 +31,7 @@ MEMCACHED_HOST=127.0.0.1
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
+REDIS_PREFIX=localhost://
MAIL_MAILER=smtp
MAIL_HOST=mailhog
@@ -62,4 +63,4 @@ ASSETS_SERVER="https://assets-hk.wikipali.org"
SNOWFLAKE_DATA_CENTER_ID=1
SNOWFLAKE_WORKER_ID=1
-REDIS_NAMESPACE=
+
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.0.10] - 2022-07-31
+- rename REDIS_NAMESPACE to REDIS_PREFIX .env.example
+- rename Redis['namespace'] to Redis['prefix'] config.sample.php
## [1.0.9] - 2022-02-24
- add SCHEDULE_EMAIL_OUTPUTTO to .env
@@ -46,7 +46,7 @@ define("Redis",[
"host" => "127.0.0.1",
"port" => 6379,
"password" => "",
- "namespace"=>"aaa://"
+ "prefix="=>"localhost://"
]);
#目录设置,不能更改