Accessing Redis in Experimental Package Despite Export Issue
It seems like the experimental package does not export Persistence.Redis (in /src/Persistence.ts). Redis is in src/Persistence/Redis. Given the package.json export rule. We'd like to try out Redis, is there any way to access it despite the current package setup?
