| 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(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(String host)
The name of the Redis host that DataSift will connect to.
|
Redis |
Redis.list(String list)
The name of a list that stores interactions.
|
Redis |
Redis.password(String password)
The password for authentication.
|
Redis |
Redis.port(int port)
The port that you want to use on your server.
|
Copyright © 2015. All Rights Reserved.