IBM / guestbook

Apache License 2.0
65 stars 226 forks source link

why does guestbook have an in memory version? #26

Closed MHBauer closed 6 years ago

MHBauer commented 6 years ago

what's this useful for? I think it should fail instead of silently work and not use redis.

duglin commented 6 years ago

We decided to have it for cases where we want to deploy a single container for just the app - no secondary containers for the DB - for simple usecases/deploys. Then, if/when, we convert the docker stuff to use guestbook we can use it there too.