Redis.Codec.JSON (Redis v0.8.0)

Copy Markdown View Source

JSON codec using Jason.

Encodes terms to JSON strings before storing in Redis and decodes JSON strings back to Elixir terms on retrieval. Requires the :jason optional dependency.