PooledRedisClientManager not releasing connections
I am storing lists of json data in redis and accessing it using the ServiceStack c# client. I am essentially managing my own foreign keys, where I store a zrange of ids and I use an interface internal to my application to pull the id's from the zrange and then fetch the underlying json objects from Redis and package them as a list to return to other parts of my application. I am using the PooledRedisClientManager as I anticipate Redis to be hosted on a different server from the server executing the code. I am doing all my development work locally on Windows 8, using the MSOpenTech Redis server