I’m stuck on Stage #gc6.
i was wondering if the we have to preload the key values from the rdb file and get any value stored in the keys provded by the keys in the rdb file
I’m stuck on Stage #gc6.
i was wondering if the we have to preload the key values from the rdb file and get any value stored in the keys provded by the keys in the rdb file
Yes, the stages in the RDB Persistence extension are designed to guide you through reading various types of data from an RDB file.
If you have any specific questions about them or run into issues, feel free to discuss them here!
So if my understanding is correct the rdb file basically "SET"s the keys similar to the set command?
Yep, that’s correct! Reading an RDB file is essentially restoring data back into the database.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.