MarioCarrion / videos

Slides and examples used for my training videos
https://youtube.com/MarioCarrion
MIT License
122 stars 52 forks source link

readme missing running memcached docker #5

Open najamsk opened 2 years ago

najamsk commented 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

MarioCarrion commented 2 years ago

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.