Expand description
Common types for Redis Cloud API
This module contains shared types used across multiple endpoints.
Structs§
- Cloud
Tag - CloudTag - Individual tag with key-value
- Cloud
Tags - CloudTags - Collection of tags
- Empty
Response - Empty response for successful operations with no body
- Error
Response - Generic error response structure Note: The actual API may return different error formats, this is a common structure we’ll adapt as needed
- Link
- HATEOAS Link object for API navigation
- Links
- Links collection
- Paginated
Response - Generic paginated response wrapper
- Processor
Response - ProcessorResponse - Line 14268 in OpenAPI spec Contains the result or error from task processing
- Task
State Update - TaskStateUpdate - Line 9725 in OpenAPI spec Represents the state of an asynchronous task
- Tasks
State Update - TasksStateUpdate - Collection of task updates
Enums§
- Cloud
Provider - Cloud provider enum
- Data
Persistence - Data persistence options
- Database
Status - Database status
- Processor
Error - ProcessorError - Subset of massive error enum for common errors Full enum has 600+ values, we’ll add as needed
- Protocol
- Database protocol
- Subscription
Status - Subscription status
- Task
Status - TaskStatus enum - Part of TaskStateUpdate schema