dflydev / dflydev-doctrine-orm-service-provider

Doctrine ORM Service Provider
MIT License
209 stars 59 forks source link

Added options to set namespace and database for redis cache drivers #85

Open GregOriol opened 7 years ago

GregOriol commented 7 years ago

This is useful if you want to organize your redis store and put the cached keys into a specific database, and/or namespace them (also allows to use different namespaces for different types of cached items like metadata_cache, query_cache)