hDel

PHP Redis

hDel

Description

Removes a value from the hash stored at key. If the hash table doesn't exist, or the key doesn't exist, FALSE is returned.

删除指定的元素。

Parameters

key
hashKey

Return value

BOOL TRUE in case of success, FALSE in case of failure