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
I have the Cloudflare syncronizer working with hono to sync between my clients. Is there a way to also access the store that is synced to the Durable Object?
In the createPersister function, we create a mergable store and persist it to this.ctx.storage, but how to I get that back out as a store so I can pull data from it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the Cloudflare syncronizer working with hono to sync between my clients. Is there a way to also access the store that is synced to the Durable Object?
In the createPersister function, we create a mergable store and persist it to this.ctx.storage, but how to I get that back out as a store so I can pull data from it.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions