Codeigniter 3 Redis session driver garage collection with sess_expiration = 0
I was reading the source code for Redis session driver. In the gc function it return true and says Redis handles this. How does redis decide when to evict data with a sess_expiration = 0? I don’t want redis to…