FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

codeception.github.com/docs/modules/Redis.md at master · splinter89/codeception.github.com · GitHub

Latest commit

 

History

History
89 lines (24 loc) · 861 Bytes

File metadata and controls

89 lines (24 loc) · 861 Bytes
layout doc
title Redis Module - Codeception - Documentation

Redis Module

For additional reference, please review the source

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.


Back | FazBrowse Home | New Git URL