-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RedisHExists function to check field existence in Redis hash
The new function, RedisHExists, has been added to the lualib. It checks whether a particular field exists in a Redis hash stored at a specified key. It interacts with the Redis instance via the ReadHandle, providing an error message or the existence of the field. Also, the function name 'redis_hexists' has been added to global const for ease of use. Signed-off-by: Christian Roessner <c@roessner.co>
- Loading branch information
Christian Roessner
committed
Jul 3, 2024
1 parent
09c0bb8
commit ef4964f
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters