vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Refactor Redis & support multiple redis values in a single request with HMGET. #106

Closed willgraf closed 4 years ago

willgraf commented 4 years ago

This PR works to clean up the backend code and hopefully improve performance by enabling multiple queries in a single request with HMGET.