Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

pymemcache

This directory contains an example for the pymemcache library

Install/Setup

To get an instance of memcached up and running run the following command:

$ docker-compose up -d

To install the Python dependencies into virtual environment:

$ virtualenv env
$ . ./env/bin/activate
$ pip install -r requirements.txt

Note: you must have an agent running on your machine that will collect the traces created by the tracer! See https://docs.datadoghq.com/agent/ for more information about the agent. Make sure you install the trace agent!

Running

Run:

$ python simple_manual.py

Examples

Simple Manual

Simple manual is an application which increments a value stored in a memcached instance.