Skip to content

Params to store values local #166

Answered by kingcomxu
liukonen asked this question in Q&A
Mar 28, 2024 · 4 comments · 6 replies
Discussion options

You must be logged in to vote

my try:
var dir = @"z:\garnet_files\"; GarnetServerOptions options = new GarnetServerOptions(); options.Address = "0.0.0.0"; options.CheckpointDir = dir; /c options.EnableAOF = true; /aof options.Recover = true; /r using var server = new GarnetServer(options);

can reconver data on relaunch
But I still do not understand the persistence mechanism of garnet, I hope the official document can be issued
For example, What does the redis rdb file correspond to garnet

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@liukonen
Comment options

Answer selected by liukonen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@ceisele-r
Comment options

@badrishc
Comment options

@nightroman
Comment options

@badrishc
Comment options

@nightroman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants