Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 302 Bytes

check-array.md

File metadata and controls

16 lines (12 loc) · 302 Bytes

Check an Array in Redis

Step Definition:

This step checks if the data stored in Redis as a hash matches the expected JSON structure.

Gherkin Example:

Then I see in redis array by key "arrayKey":
    """
    {
        "key1": "value1",
        "key2": "value2"
    }
    """