Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jehiah/memcache_pycompat

A gomemcache wrapper that provides compatability with libmemcache key distribution and python data types
https://github.com/jehiah/memcache_pycompat

go gomemcache memcached python

Last synced: 24 days ago
JSON representation

A gomemcache wrapper that provides compatability with libmemcache key distribution and python data types

Awesome Lists containing this project

README

        

# memcache_pycompat

![Build Status](https://github.com/jehiah/memcache_pycompat/actions/workflows/ci.yml/badge.svg?branch=master)
[![Go Reference](https://pkg.go.dev/badge/github.com/jehiah/memcache_pycompat.svg)](https://pkg.go.dev/github.com/jehiah/memcache_pycompat)
[![GitHub release](https://img.shields.io/github/release/jehiah/memcache_pycompat.svg)](https://github.com/jehiah/memcache_pycompat/releases/latest)

This is a wrapper around [`bradfitz/gomemcache`](https://github.com/bradfitz/gomemcache) which provides the ability to match `libmemcache/ketama` key distribution, and the ability to share data types with python via [`pylibmc`](http://sendapatch.se/projects/pylibmc/behaviors.html)