Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.56 KB

File metadata and controls

44 lines (24 loc) · 1.56 KB
layout doc
title Redis - Codeception - Documentation

Works with Redis database.

Cleans up Redis database after each run.

Status

Configuration

  • host required - redis host to connect
  • port required - redis port.
  • database required - redis database.
  • cleanup: true - defined data will be purged before running every test.

Public Properties

  • driver - contains Connection Driver

Beta Version

Report an issue if this module doesn't work for you.

@author judgedim

cleanupRedis

Cleans up Redis database.

 

Module reference is taken from the source code. Help us to improve documentation. Edit module reference