Python implementation of memcached server. For educational purposes :)
-
Updated
Feb 8, 2017 - Python
Python implementation of memcached server. For educational purposes :)
MapReduce is a programming model and an associated implementation for processing and generating large data sets. Users specify a map function that processes a key/value pair to generate a set of intermediate key/value pairs, and a reduce function that merges all intermediate values associated with the same intermediate key. Many real-world tasks…
Add a description, image, and links to the memcached-server topic page so that developers can more easily learn about it.
To associate your repository with the memcached-server topic, visit your repo's landing page and select "manage topics."