Open najamsk opened 2 years ago
docker run \ -d \ -p 11211:11211 \ memcached:1.6.9-alpine
this should be included in readme if mem cached is still used. sqlc episode is providing hint about postgres docker container but misses memcached
Thanks for noting this, I'll leave the issue open as a reminder because the examples actually using github.com/bradfitz/gomemcache already mention the docker command.
github.com/bradfitz/gomemcache
docker run \ -d \ -p 11211:11211 \ memcached:1.6.9-alpine
this should be included in readme if mem cached is still used. sqlc episode is providing hint about postgres docker container but misses memcached