How to use Redis with Firebase Functions?

Viewed 1860

I have deployed a NodeJS app on Firebase Functions but I don't know how to use some caching system like Redis with it.

1 Answers
Related