You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -420,7 +420,7 @@ implementations are the following:
420
420
*`lookupKeyRead()` and `lookupKeyWrite()` are used in order to get a pointer to the value associated to a given key, or `NULL` if the key does not exist.
421
421
*`dbAdd()` and its higher level counterpart `setKey()` create a new key in a Redis database.
422
422
*`dbDelete()` removes a key and its associated value.
423
-
*`emptyDb()` removes an entire single database or all the databases defined.
423
+
*`emptyData()` removes an entire single database or all the databases defined.
424
424
425
425
The rest of the file implements the generic commands exposed to the client.
0 commit comments