Cloud API Overview > @adpt/cloud > redis > TestRedis
redis.TestRedis() function
Deploys a Redis container suitable for testing
Signature:
export declare function TestRedis(props: SFCDeclProps<TestRedisProps, typeof testRedisDefaultProps>): Adapt.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
props | SFCDeclProps<TestRedisProps, typeof testRedisDefaultProps> |
Returns:
Adapt.JSX.Element
Remarks
Uses an abstract Service, NetworkService, and Container component that must be substituted in a style sheet.
* See redis.TestRedisProps.