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:
@@ -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].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user