debop / hibernate-redis

hibernate 2nd level cache privder using redis
Apache License 2.0
357 stars 184 forks source link

Support Redisson config through Spring Application properties #89

Open marcushenrique opened 7 years ago

marcushenrique commented 7 years ago

Would you consider to expose Redisson config through Spring Application properties? In some cases it would be better if I could override only those properties that are changing between environments passing as parameters.

lbornov2 commented 7 years ago

+1 on this. This is actually blocking us from using this project.

At the very least, Redisson config should be able to replace placeholder ${} values via System.getProperty(...) or System.getenv(...).

Our redis host and password are different in every environemnt, and hence, we cannot configure this properly unless we can externalize. the property values via placeholders.