package redis type ChangeOperation int const ( CreateOperation ChangeOperation = iota UpdateOperation DeleteOperation )