atyagi / elasticache-laravel

Elasticache Session and Cache Drivers for Laravel
MIT License
25 stars 10 forks source link

ElasticacheServiceProvider reads wrong "store" configuration item #11

Closed izziaraffaele closed 9 years ago

izziaraffaele commented 9 years ago

The documentation says that I can put my configuration parameters under cache.stores.elasticache.servers but actually the service provider class works with cache.stores.memached.servers

atyagi commented 9 years ago

Thanks for catching that - should be resolved now.

izziaraffaele commented 9 years ago

Yes now the docs is aligned with the code