SGF-895 - Add warning in the 'Configuring the Embedded Redis Server' documentation explaining to users that the 'org.apache.geode:geode-redis' module must be explicitly declared on the Spring [Boot] application classpath when usign the @EnableRedisServer annotation.

This commit is contained in:
John Blum
2019-11-13 23:19:15 -08:00
parent 998c7e78d3
commit 0bd268fdf0

View File

@@ -793,6 +793,9 @@ or `@CacheServerApplication` annotated class, as follows:
public class ServerApplication { .. }
----
WARNING: You must explicitly declare the `org.apache.geode:geode-redis` module on your Spring [Boot] application
classpath.
More details on {data-store-name}'s Redis adapter can be found
{x-data-store-docs}/tools_modules/redis_adapter.html[here].