HI All,
I have implemented Redis as second level cache in my application but i have seen that API is third party API (not implemented by hibernate )
I have used maven repository
<dependency>
<groupId>com.github.hibernate-redis</groupId>
<artifactId>hibernate-redis</artifactId>
<version>1.6.8</version>
</dependency>I am not trust 100% in this API because this was not implemented by hibernate team.
Can you please give me any suggestion ? or any other API I can used in the project or hibernate provide redis implementation (redis cache provider).
Can I used this API ?
https://github.com/debop/hibernate-redi ... ntributors there are six contributors only .