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
cable.rs currently only has an in-memory store. It would be great to add a key-value store to persist posts and indexes. The Store trait should make this relatively straightforward.
One potential candidate, in terms of the database to use, is sled.
The text was updated successfully, but these errors were encountered:
cable.rs
currently only has an in-memory store. It would be great to add a key-value store to persist posts and indexes. TheStore
trait should make this relatively straightforward.One potential candidate, in terms of the database to use, is sled.
The text was updated successfully, but these errors were encountered: