Skip to content

Commit 7a392a6

Browse files
authored
Change keys
1 parent 0421f4d commit 7a392a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/redis/keys.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ func pendingEventsKey(instanceID string) string {
1616
return fmt.Sprintf("pending-events:%v", instanceID)
1717
}
1818

19-
func futureEventsKey() string {
20-
return "future-events"
21-
}
22-
2319
func historyKey(instanceID string) string {
2420
return fmt.Sprintf("history:%v", instanceID)
2521
}
22+
23+
func futureEventsKey() string {
24+
return "future-events"
25+
}

0 commit comments

Comments
 (0)