tgstation / rust-g

Rust based libraries for tgstation
MIT License
28 stars 100 forks source link

Restructure redis_reliablequeue to keep the connection open #151

Closed ZeWaka closed 1 year ago

ZeWaka commented 1 year ago

title, basically don't drop the connection and keep it open to hopefully reduce overhead

need to test still and measure timings

ZeWaka commented 1 year ago

Closing this since we don't really need it and the overhead is only like 80ms per transaction (probably mostly just the external calling anyways)