@hackage memcache-conduit0.0.3
Conduit library for memcache procotol
Categories
License
MIT
Maintainer
Kiyoshi Ikehara
Links
Versions
- 0.0.3 Mon, 27 Apr 2015
Installation
Dependencies (11)
Dependents (1)
@hackage/acme-everything
Package Flags
sample
(off by default)
Build sample programs
memcache-conduit
This package provides conduit functions for memcache protocol.
For detail, please see '''hemcached''' sample code (sample/hemcached.hs).
Installation
Install with sample(hemcached)
> cabal install -f sample memcache-haskell memcache-conduit
Install without sample(hemcached)
> cabal install memcache-haskell memcache-conduit
Sample code
hemcached(memcache-sample-hemcached)
hemcached(memcache-sample-hemcached) is a simple memcached server to demonstrate how to use the memcache conduit functions. (expiration and eviction are not implemented.)
-
Launch hemcached
~/.cabal/bin/memcache-sample-hemcached
-
Open another terminal window
telnet localhost 11211 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'.
-
Send memcache commands
set key 0 0 5 value STORED get key VALUE key 0 5 value end
If you want to know further information, please see the file "sample/hemcached.hs" in this repository.
Contributors
- Kiyoshi Ikehara
- Junji Hashimoto
License
See LICENSE.
Copyright © Gree, Inc. All Rights Reserved.