videos icon indicating copy to clipboard operation
videos copied to clipboard

readme missing running memcached docker

Open najamsk opened this issue 3 years ago • 1 comments

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

najamsk avatar Feb 16 '22 10:02 najamsk

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.

MarioCarrion avatar Feb 18 '22 21:02 MarioCarrion