Clj-gearman 0.5.1

Gearman clients and workers in Clojure.

Installation

To install, add the following dependency to your project or build file:

[clj-gearman "0.5.1"]

Namespaces

clj-gearman.client

Gearman client functions.

clj-gearman.header

Gearman request and response codes.

Public variables and functions:

clj-gearman.pool

Gearman job server connection pool functions.

Public variables and functions:

clj-gearman.socket

Low-level socket functions.

clj-gearman.util

Miscellaneous utility functions.

clj-gearman.worker

Gearman worker functions.