Skip to content

Commit

Permalink
Merge pull request #888 from alexashley/redis-memcache
Browse files Browse the repository at this point in the history
Replace redis reference in session_memcache_socket docs for OIDC plugin
  • Loading branch information
coopr committed Sep 25, 2018
2 parents 42353ae + 02303fd commit 9cd7ea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/enterprise/0.32-x/plugins/openid-connect.md
Expand Up @@ -799,8 +799,8 @@ in keys prefixed with `sessions:<session-id>`.

#### config.session_memcache_socket

Redis `unix` socket path. If this is defined, it will override whatever
is put in `config.session_redis_host` or `config.session_redis_port`.
Memcache `unix` socket path. If this is defined, it will override whatever
is put in `config.session_memcache_host` or `config.session_memcache_port`.

#### config.session_memcache_host

Expand Down
4 changes: 2 additions & 2 deletions app/enterprise/0.33-x/plugins/openid-connect.md
Expand Up @@ -799,8 +799,8 @@ in keys prefixed with `sessions:<session-id>`.

#### config.session_memcache_socket

Redis `unix` socket path. If this is defined, it will override whatever
is put in `config.session_redis_host` or `config.session_redis_port`.
Memcache `unix` socket path. If this is defined, it will override whatever
is put in `config.session_memcache_host` or `config.session_memcache_port`.

#### config.session_memcache_host

Expand Down

0 comments on commit 9cd7ea4

Please sign in to comment.