mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-29 08:57:18 +02:00
core/redis: remove comment (#4843)
This commit is contained in:
parent
5ccd7a520a
commit
73c27e88e0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ type inMemoryKey struct {
|
|||
}
|
||||
|
||||
// New constructs a new registry tracking service that operates in RAM
|
||||
// as such, it is not usable for multi-node deployment where REDIS or other alternative should be used
|
||||
// as such, it is not usable for multi-node deployment.
|
||||
func New(ctx context.Context, ttl time.Duration) registry.Interface {
|
||||
srv := &inMemoryServer{
|
||||
ttl: ttl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue