(cl *ttnredis.Client)
| 128 | } |
| 129 | |
| 130 | func schemaVersionKey(cl *ttnredis.Client) string { |
| 131 | return cl.Key("schema-version") |
| 132 | } |
| 133 | |
| 134 | func recordSchemaVersion(cl *ttnredis.Client, version int) error { |
| 135 | logger.WithField("version", version).Info("Setting schema version") |
no test coverage detected