Making cartservice more reliable
1. Making sure we re-create redis connection upon disconnect 2. Fixed local cart store implementation to handle updates (useful for testing w/o redis) 3. Fixed windows scripts to work against redis correctly
This commit is contained in:
parent
11c208a9f4
commit
d457f7ec28
6 changed files with 179 additions and 103 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@ pkg/
|
|||
*.pyc
|
||||
*.swp
|
||||
*~
|
||||
.vs/slnx.sqlite
|
||||
.vs/microservices-demo/v15/.suo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue