Skip to content

Commit ff0f090

Browse files
author
Phu Hoang
committed
Added README.md
1 parent 1cb6b8b commit ff0f090

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Fallback Redis session to Db on failure",
44
"type": "magento2-module",
55
"license": [
6-
"proprietary"
6+
"OSL 3.0"
77
],
88
"authors":[
99
{

0 commit comments

Comments
 (0)