diff --git a/source/content/pages/09-data/12-nosql.markdown b/source/content/pages/09-data/12-nosql.markdown index 1017d64d7..1a07521bd 100644 --- a/source/content/pages/09-data/12-nosql.markdown +++ b/source/content/pages/09-data/12-nosql.markdown @@ -55,10 +55,6 @@ on [hash map](http://en.wikipedia.org/wiki/Hash_table) data structures. * "[How To Install and Use Redis](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis)" is a guide for getting up with the extremely useful in-memory data store. -* [Getting started with Redis and Python](http://degizmo.com/2010/03/22/getting-started-redis-and-python/) - is a walkthrough for installing and playing around with the basics of - Redis. - * This video on [Scaling Redis at Twitter](https://www.youtube.com/watch?v=rP9EKvWt0zo) is a detailed look behind the scenes with a massive Redis deployment.