| Package | Description |
|---|---|
| com.datasift.client.push | |
| com.datasift.client.push.connectors |
| Modifier and Type | Field and Description |
|---|---|
static OutputType<Redis> |
OutputType.REDIS |
| Modifier and Type | Method and Description |
|---|---|
static Redis |
PushConnectors.redis() |
| Modifier and Type | Method and Description |
|---|---|
Redis |
Redis.database(java.lang.String database)
The numeric id of an existing database.
|
Redis |
Redis.format(Redis.RedisFormat format)
The output format for your data:
json_interaction_meta - This is specific to the Redis connector for now.
|
Redis |
Redis.host(java.lang.String host)
The name of the Redis host that DataSift will connect to.
|
Redis |
Redis.list(java.lang.String list)
The name of a list that stores interactions.
|
Redis |
Redis.password(java.lang.String password)
The password for authentication.
|
Redis |
Redis.port(int port)
The port that you want to use on your server.
|
Copyright © 2017. All Rights Reserved.