Language

Package: python2-fakeredis @ 1.2.1

Synopsis

Fake implementation of redis API for testing purposes

Description

Fakeredis is a pure-Python implementation of the redis-py Python client that simulates talking to a redis server. It was created for a single purpose: to write unit tests.

Setting up redis is not hard, but one often wants to write unit tests that don't talk to an external server such as redis. This module can be used as a reasonable substitute.

Home page
https://github.com/jamesls/fakeredis
Location
gnu/packages/databases.scm (line: 3371, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings