mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
parent
ef5fc599b4
commit
38a5db6c9a
@ -407,7 +407,7 @@ void exitFromChild(int retcode) {
|
|||||||
/*====================== Hash table type implementation ==================== */
|
/*====================== Hash table type implementation ==================== */
|
||||||
|
|
||||||
/* This is a hash table type that uses the SDS dynamic strings library as
|
/* This is a hash table type that uses the SDS dynamic strings library as
|
||||||
* keys and radis objects as values (objects can hold SDS strings,
|
* keys and redis objects as values (objects can hold SDS strings,
|
||||||
* lists, sets). */
|
* lists, sets). */
|
||||||
|
|
||||||
void dictVanillaFree(void *privdata, void *val)
|
void dictVanillaFree(void *privdata, void *val)
|
||||||
|
Loading…
Reference in New Issue
Block a user