Closed thesecretmaster closed 5 years ago
In https://github.com/thesecretmaster/predis/commit/95d27878f2d9ce962bae420dc81a0382ad4eff7f the command structure was rewritten to support hashtables. However, using the hashtable before the per-thread safe flag is set will cause undefined behavior, since the clean job assumes that once every thread is safe no reads/writes are occuring.
safe
Closing since we now have included the hashtable into the base predis implementation.
In https://github.com/thesecretmaster/predis/commit/95d27878f2d9ce962bae420dc81a0382ad4eff7f the command structure was rewritten to support hashtables. However, using the hashtable before the per-thread
safe
flag is set will cause undefined behavior, since the clean job assumes that once every thread issafe
no reads/writes are occuring.