hse_kvdb_sync() vs hse_kvdb_flush() #23
Answered
by
tristan957
victorstewart
asked this question in
Q&A
-
what is the difference between these functions? the comments are unclear. |
Beta Was this translation helpful? Give feedback.
Answered by
tristan957
Nov 23, 2020
Replies: 1 comment
-
hse_kvdb_sync() is a synchronous operation, while hse_kvdb_flush() is asynchronous. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smoyerx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hse_kvdb_sync() is a synchronous operation, while hse_kvdb_flush() is asynchronous.