Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 291 Bytes

check-value-in-redis.md

File metadata and controls

10 lines (6 loc) · 291 Bytes

Check a Value in Redis

Step Definition:

This step checks if a specific value exists in Redis under the specified key. If the value is missing or does not match, the step will throw an error.

Gherkin Example:

When I see in redis value "testValue" by key "testKey"