Versions in this module Expand all Collapse all v0 v0.26.0 Mar 6, 2026 Changes in this version + const INSTANCELASTOPERATIONTYPE_CREATE + const INSTANCELASTOPERATIONTYPE_DELETE + const INSTANCELASTOPERATIONTYPE_UPDATE + const INSTANCESTATUS_ACTIVE + const INSTANCESTATUS_CREATING + const INSTANCESTATUS_DELETING + const INSTANCESTATUS_FAILED + const INSTANCESTATUS_STOPPED + const INSTANCESTATUS_UPDATING + func CreateCredentialsWaitHandler(ctx context.Context, a redis.DefaultAPI, ...) *wait.AsyncActionHandler[redis.CredentialsResponse] + func CreateInstanceWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[redis.Instance] + func DeleteCredentialsWaitHandler(ctx context.Context, a redis.DefaultAPI, ...) *wait.AsyncActionHandler[struct{}] + func DeleteInstanceWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[struct{}] + func PartialUpdateInstanceWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[redis.Instance]