feat: observe changes in repository to automatically clear cache
All checks were successful
Cadoles/bouncer/pipeline/pr-master This commit looks good
All checks were successful
Cadoles/bouncer/pipeline/pr-master This commit looks good
This commit is contained in:
9
internal/store/redis/observable.go
Normal file
9
internal/store/redis/observable.go
Normal file
@ -0,0 +1,9 @@
|
||||
package redis
|
||||
|
||||
type ChangeOperation int
|
||||
|
||||
const (
|
||||
CreateOperation ChangeOperation = iota
|
||||
UpdateOperation
|
||||
DeleteOperation
|
||||
)
|
Reference in New Issue
Block a user