thesecretmaster / predis-v0

Like redis, but parallel and written from scratch for fun!
GNU General Public License v3.0
1 stars 0 forks source link

Add a global lock for MULTI / EXEC blocks #29

Open thesecretmaster opened 4 years ago

thesecretmaster commented 4 years ago

Currently we have no support for MULTI / EXEC and I'm not sure how we can do it without a global lock. So, a global lock we shall have.