FlyRedis
FlyRedis copied to clipboard
seperate io context in CFlyRedisSession
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