```rs let session_store = RedisSessionStore::from_client(redis_client); ``` I've updated redis-rs's version to the latest and all tests have passed.