Upgrade to Pro — share decks privately, control downloads, hide ads and more …

birdisle: an in-process redis for unit testing ...

Pycon ZA
October 12, 2018

birdisle: an in-process redis for unit testing by Bruce Merry

A Lightning Talk at PyConZA 2018

Pycon ZA

October 12, 2018
Tweet

More Decks by Pycon ZA

Other Decks in Programming

Transcript

  1. Problems Problems Redis is not friendly to embedding in a

    process. It has lots of global state installs signal handlers changes rlimits changes global locale settings forks does logging exits without freeing any resources