Closed teralad closed 4 years ago
Here's a problem. If opt.name is set. then execuse RedisService.getClient() with no args. It will throw a client not exists error.
Thanks for pointing it out. I'll take a look at that.
Hi, Now the single client works with / without name. Please take a look.
The above snippet creates redis client with uuid instead of 'REDIS'.
This PR fixes an issue where name isn't considered while creating a single client.