We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe3ee0 commit e386223Copy full SHA for e386223
lib/internal/Magento/Framework/Session/SaveHandler/Redis/Config.php
@@ -48,12 +48,12 @@ class Config implements \Cm\RedisSession\Handler\ConfigInterface
48
/**
49
* Configuration path for persistent identifier
50
*/
51
- const PARAM_PERSISTENT_IDENTIFIER = 'session/redis/param_persistent_identifier';
+ const PARAM_PERSISTENT_IDENTIFIER = 'session/redis/persistent_identifier';
52
53
54
* Configuration path for compression threshold
55
56
- const PARAM_COMPRESSION_THRESHOLD = 'session/redis/param_compression_threshold';
+ const PARAM_COMPRESSION_THRESHOLD = 'session/redis/compression_threshold';
57
58
59
* Configuration path for compression library
0 commit comments