Open
Description
I'd like to use Geocoder, but have a couple of quick questions first.
-
Is there any reason why I couldn't use the Redis cache plugin from the Geocode cookbook example alongside the phpredis extension?
I mean using both in the same file. I wonder if this could cause a bug somehow. -
Could I use the phpredis extension for caching instead of a cache plugin?
I ask this question because I notice in the Redis cache example in the Geocode docs it usesRedisCachePool
, but there doesn't seem to be anything similar in phpredis. Maybe that's the default in phpredis, not sure though.