Friday, 7 July 2017

redis cache with nodejs

Hi folks,i have a question concerning the redis client package for nodejs http://ift.tt/2tUiMQ0 the github page it says the client can be initialized with client = redis.createClient();.The question is how can the nodejs package do so? For me it looks like the whole redis implementation is within the package and i do not need to provision the redis data service somewhere else (e.g. at my Google Cloud). Am i mistaken?I intend to use redis as a database cache in my API. Therefore i need to have a development environment with redis using docker compose and also in kubernetes for production.My final goal is to be able to provide my API through a cluster of POD's where all POD's in this service share the same redis db cache.Ill be very thankful if you could share your insights! :)best, rap3

Submitted July 07, 2017 at 04:21PM by rap3

No comments:

Post a Comment