FlyRedis icon indicating copy to clipboard operation
FlyRedis copied to clipboard

seperate io context in CFlyRedisSession

Open naveenvhegde opened this issue 3 years ago • 1 comments

I was trying to use this library to get some key value pair from redis. to integrate into actual system, it has limitations. it creates separate io context. in real world example ioc is created in main and passed on to many required libraries.

I guess the constructor needs to change to ioc as an injectable reference type

naveenvhegde avatar Jul 01 '21 03:07 naveenvhegde