Hi there, another PR to address a couple issues I ran into:
In the Desarrolla cache package v1.8, the MemCache driver always adds localhost as a server. This will result in errors if memcache is run elsewhere. This has been corrected in v2.0, thus the package update.
The DesarrollaCacheFactory used incorrect config indices for some adapters. This has been corrected, and I've added some tests for these functions (skipping those for which the required depedency is not available locally)
Hi there, another PR to address a couple issues I ran into:
MemCache
driver always adds localhost as a server. This will result in errors if memcache is run elsewhere. This has been corrected in v2.0, thus the package update.DesarrollaCacheFactory
used incorrect config indices for some adapters. This has been corrected, and I've added some tests for these functions (skipping those for which the required depedency is not available locally)