memcache: A memcached client library.

[ bsd3, database, library ] [ Propose Tags ]

A client library for a memcached cluster. It is aimed at full binary protocol support, ease of use and speed.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.1, 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.3.0.2
Dependencies base (<5), binary (>=0.6.2.0), blaze-builder (>=0.3.1.0), bytestring (>=0.9.2.1), network (>=2.4) [details]
License BSD-3-Clause
Copyright 2013 David Terei.
Author David Terei <code@davidterei.com>
Maintainer David Terei <code@davidterei.com>
Category Database
Home page https://github.com/dterei/memcache-hs
Bug tracker https://github.com/dterei/memcache-hs/issues
Source repo head: git clone http://github.com/dterei/memcache-hs
Uploaded by DavidTerei at 2013-08-26T20:55:37Z
Distributions LTSHaskell:0.3.0.2, NixOS:0.3.0.1, Stackage:0.3.0.2
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4765 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for memcache-0.0.0

[back to package description]

memcache: Haskell Memcache Client

This library provides a client interface to a Memcache cluster. It is aimed at full binary protocol support, ease of use and speed.

Licensing

This library is BSD-licensed.

To do

  • Timeouts

  • Ring / CHORD support

  • Thread-safe?

  • mutli(-get)

  • Connection drop / reconnect resiliance?

  • Asynchronous support?

  • Connection pooling?

  • Tweaking? (e.g., drop in hash algorithm?, timeout, max connection retries...)

  • Max value validation...?

  • Optimizations? http://code.google.com/p/spymemcached/wiki/Optimizations

  • Typeclass for serialization?

  • Monad / Typeclass for memcache?

  • UDP

  • ASCII

Other clients

Get involved!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/dterei/mc-hs.git

Authors

This library is written and maintained by David Terei, code@davidterei.com.