Plone session to external application (redis, mongo)

I have 5 instance of plone running on docker, pointing to one zeo server.

And on nginx I need to setup ip_hash because the way plone handle session.

Is there a way to make plone save session on redis, mongo, or any other solution that make each instance of plone stateless?

Thanks.