You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Dan Guido edited this page Dec 22, 2017
·
2 revisions
If you'd like to use Redis for state serialization (instead of disk), install Redis using your host package manager, then install Manticore with [redis] appended to the name of the package:
pip install manticore[redis]
Note that this does not make Manticore use Redis automatically. You'll still have to manually set the workspace to the Redis URI.