Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 98409e9

Browse files
authored
Merge pull request #1947 from magento/ds_MAGEDOC-2798_pr39
MAGEDOC-2798: Moving changes from the PR #39 to 2.3
2 parents 78784ad + fb3c7b9 commit 98409e9

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

guides/v2.2/config-guide/redis/redis-session.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
layout: default
33
group: config-guide
4-
subgroup: 09_Redis
54
title: Use Redis for session storage
6-
menu_title: Use Redis for session storage
7-
menu_order: 10
8-
menu_node:
95
version: 2.2
106
github_link: config-guide/redis/redis-session.md
117
functional_areas:

guides/v2.3/config-guide/redis/redis-session.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,38 @@ where
189189
</td>
190190
<td>2592000 (720 hours)</td>
191191
</tr>
192+
<tr>
193+
<td>session-save-redis-sentinel-master</td>
194+
<td>sentinel_master</td>
195+
<td>
196+
<p>Redis Sentinel master name</p>
197+
</td>
198+
<td>empty</td>
199+
</tr>
200+
<tr>
201+
<td>session-save-redis-sentinel-servers</td>
202+
<td>sentinel_servers</td>
203+
<td>
204+
<p>List of Redis Sentinel servers, comma separated</p>
205+
</td>
206+
<td>empty</td>
207+
</tr>
208+
<tr>
209+
<td>session-save-redis-sentinel-verify-master</td>
210+
<td>sentinel_verify_master</td>
211+
<td>
212+
<p>Verify Redis Sentinel master status flag</p>
213+
</td>
214+
<td>0 (false)</td>
215+
</tr>
216+
<tr>
217+
<td>session-save-redis-sentinel-connect-retires</td>
218+
<td>sentinel_connect_retries</td>
219+
<td>
220+
<p>Connection retries for sentinels</p>
221+
</td>
222+
<td>5</td>
223+
</tr>
192224
</tbody>
193225
</table>
194226

0 commit comments

Comments
 (0)