@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @Import(value=RedisServerConfiguration.class) public @interface EnableRedisServer
Configuration
class to embed the Redis service in the GemFire server-side data member node.
The Redis service implements the Redis server protocol enabling Redis clients to connect and speak
to Pivotal GemFire or Apache Geode.MemcachedServerConfiguration
Modifier and Type | Optional Element and Description |
---|---|
String |
bindAddress
Configures the Network bind-address on which the Redis server will accept connections.
|
int |
port
Configures the Network port on which the Redis server will listen for Redis client connections.
|
public abstract String bindAddress
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.