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:
Simon Zeltser 2018-07-02 13:26:37 -07:00
parent 11c208a9f4
commit d457f7ec28
6 changed files with 179 additions and 103 deletions

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ pkg/
*.pyc
*.swp
*~
.vs/slnx.sqlite
.vs/microservices-demo/v15/.suo