We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb6b8b commit ff0f090Copy full SHA for ff0f090
README.md
@@ -0,0 +1,7 @@
1
+# kodbruket/module-redisfallback
2
+## Magento 2 module to fallback Redis session to Db on failure
3
+This extension overwite the Magento2 Session Handler to fallback Redis session to DbTable session on failure
4
+
5
+### License
6
7
+OSL 3.0
composer.json
@@ -3,7 +3,7 @@
"description": "Fallback Redis session to Db on failure",
"type": "magento2-module",
"license": [
- "proprietary"
+ "OSL 3.0"
],
8
"authors":[
9
{
0 commit comments