mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 20:03:18 +02:00
registry: implement redis backend (#2179)
This commit is contained in:
parent
28155314e9
commit
a54d43b937
21 changed files with 772 additions and 64 deletions
5
internal/redisutil/redisutil.go
Normal file
5
internal/redisutil/redisutil.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Package redisutil contains functions for working with redis.
|
||||
package redisutil
|
||||
|
||||
// KeyPrefix is the prefix used for all redis keys.
|
||||
const KeyPrefix = "{pomerium_v3}."
|
Loading…
Add table
Add a link
Reference in a new issue