public class Redis extends BaseConnector<Redis>
| Modifier and Type | Class and Description |
|---|---|
static class |
Redis.RedisFormat |
params, PREFIX, required| Constructor and Description |
|---|
Redis() |
| Modifier and Type | Method and Description |
|---|---|
Redis |
database(String database)
The numeric id of an existing database.
|
Redis |
format(Redis.RedisFormat format)
The output format for your data:
json_interaction_meta - This is specific to the Redis connector for now.
|
Redis |
host(String host)
The name of the Redis host that DataSift will connect to.
|
Redis |
list(String list)
The name of a list that stores interactions.
|
Redis |
password(String password)
The password for authentication.
|
Redis |
port(int port)
The port that you want to use on your server.
|
exists, fromMap, parameters, putAll, setParam, setup, typepublic Redis host(String host)
public Redis port(int port)
public Redis database(String database)
public Redis list(String list)
public Redis format(Redis.RedisFormat format)
Copyright © 2015. All Rights Reserved.