Known Issues - SteezCram/extDB3 GitHub Wiki
Doing 9:ADD_DATABASE_PROTCOL / 9:ADD_PROTOCOL is not thread safe, design choice for speed. Basically don't do them while you are also doing 1:DB:foooo 2:DB:foooo etc..
9:RESET
9:ADD_DATABASE.................
9:ADD_DATABASE_PROTOCOL........
9:ADD_PROTOCOL.................
9:LOCK.........................
<Then do whatever>