13:40:59 GMT help 13:41:36 GMT hello 13:41:42 GMT help 13:41:44 GMT connect 13:41:46 GMT hgetall 13:43:06 GMT yes hello 13:43:29 GMT hi 13:43:41 GMT echo hi 13:43:45 GMT ping hi 13:43:47 GMT who 13:43:49 GMT who am i 13:44:22 GMT error: command not found. 14:23:08 GMT Hello. I have 4~5 micro services getting real-time data (a small JSON, about 20 times/sec). I want another service to access the last data. Is Redis a good solution to that? I.e., every time I get a JSON I use `set micro_service_id json_string`, and to on the other service I use `get micro_service_id` every so seconds? 14:51:49 GMT yeah, that's fine