Cloud API Overview > @adpt/cloud > redis > TestRedisProps
redis.TestRedisProps interface
Props for redis.TestRedis().
Signature:
export interface TestRedisProps
Properties
| Property | Type | Description |
|---|---|---|
| image | string | Image to use for container, defaults to redis:buster |
| imagePullPolicy | "Always" |"IfNotPresent" |"Never" |undefined | Specifies when to pull image, defaults to "Always" |
| port | number | Port on which the Redis service is exposed |