swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 786 forks source link

Swoole\Coroutine\Redis 可否加入默认前缀设置? #95

Closed jmt33 closed 6 years ago

jmt33 commented 6 years ago

Swoole\Coroutine\Redis 不可以加入默认前缀,严重影响编码体验。 例如: $redis->setOption(Redis::OPT_PREFIX, 'myAppName:'); 这种写法,完全不支持。

stelin commented 6 years ago

后面新增一个配置项,可以配置前缀

huangzhhui commented 6 years ago

PR Support redis key prefix swoft/redis v1.0.4 版本已支持 prefix 功能