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
The store uses a simple dictionary to store data, which may lack some needed functionality (disk persistence, maybe multithreaded access?). An interesting alternative is Redis (http://redis.io/topics/introduction).
The store uses a simple dictionary to store data, which may lack some needed functionality (disk persistence, maybe multithreaded access?). An interesting alternative is Redis (http://redis.io/topics/introduction).