我正在尝试通过命令行nan_to_num
1 /我创建了一个自定义提供程序,如文档https://symfony.com/doc/4.4/cache.html#custom-provider-options
中所述inf
2 /我配置了我的框架缓存键:
bin/console cache:pool:clear cache.my_redis
执行app.my_custom_redis_provider:
class: \Redis
factory: ['Symfony\Component\Cache\Adapter\RedisAdapter', 'createConnection']
arguments:
- 'redis://redis:6379'
后,缓存并没有真正清除。
我得到:framework:
cache:
app: cache.adapter.redis
default_redis_provider: app.my_custom_redis_provider
pools:
cache.my_redis:
adapter: cache.adapter.redis
provider: app.my_custom_redis_provider
但是,当我验证我的Redis存储空间时,什么都没有清除,并且向我显示了以下密钥:
bin/console cache:pool:clear cache.my_redis