Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@CahidArda
Copy link
Contributor

@CahidArda CahidArda commented Sep 30, 2024

Adds set and get methods for upstashSyncToken used for RYW added in #1175

const redis = new Redis(...)

const syncToken = redis.readYourWritesSyncToken;

const newSyncToken = "my-new-sync-token";
redis.readYourWritesSyncToken = newSyncToken;

@buggyhunter buggyhunter merged commit d949397 into main Sep 30, 2024
@buggyhunter buggyhunter deleted the read-your-writes-get-set branch September 30, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants