Open thesecretmaster opened 5 years ago
Can't reproduce now, but we should definitely look into this. It looks like I squashed it by strdup
ing in types/string.c#get, which really shouldn't be necessary (Actually it might be? But definitely not in my test case).
Update: Basically someone just needs to valgrind bin/predis
without the strdup()
in set()
(types/string.c
) and see what errors appear. Or run valgrind bin/predis-server
and then bin/parallel-test
and see what errors you get. Then fix them (or report back).
Note that it's impossible for a predis instance to be "full" anymore since we now have a resizable central hashtable.
Pretty much the title. Using the
set
andget
instructions.