Sunday, 22 March 2020

Connecting to DB with two clients from one app...Is this okay?

I've been shopping around for a Redis client for my iOS app. Surprisingly, there isn't one client that has everything that I need so I'm planning to just use two clients in the same app and connect that to my Redis db. There is one Redis client I've found actually that has everything but the documentation is horrid and I really don't want to go there. Would there be any problems with this? Would there be any overhead? Thanks​tl;dr two Redis clients on the same app talking to same db. Any issues with this?

Submitted March 22, 2020 at 10:51PM by A4_Ts

No comments:

Post a Comment