An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : memcache

A client library for a Memcached cluster. Memcached is an in-memory key-value store typically used as a distributed and shared cache. Clients connect to a group of Memcached servers and perform out-of-band caching for things like SQL results, rendered pages, or third-party APIs. It supports the binary Memcached protocol and SASL authentication. No support for the ASCII protocol is provided. It supports connecting to a single, or a cluster of Memcached servers. When connecting to a cluser, consistent hashing is used for routing requests to the appropriate server. Timeouts, retrying failed operations, and failover to a different server are all supported. Complete coverage of the Memcached protocol is provided except for multi-get and other pipelined operations. Basic usage is: You should only need to import Database.Memcache.Client, but for now other modules are exposed.

Registry - Source - JSON
purl: pkg:hackage/memcache
Keywords: bsd3 , database , library , Propose Tags
License: BSD-3-Clause
Latest release: over 10 years ago
First release: about 12 years ago
Dependent packages: 2
Dependent repositories: 4
Downloads: 5,255 total
Stars: 9 on GitHub
Forks: 7 on GitHub
Total Commits: 122
Committers: 5
Average commits per author: 24.4
Development Distribution Score (DDS): 0.377
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

    Loading...
    Readme
    Loading...