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 defineprofile
) - key - this parameter is the
key
that is to be deleted.