Nexial Automation

Test Automation Platform for everyone!

X

redis » delete(profile,key)

Description

This command is used to remove the entry of the given key from redis database.

Parameters

  • profile - the profile which defines the redis connection details. (Refer here to know how to define profile)
  • key - this parameter is the key that is to be deleted.

Example

See Also