Mark As Completed Discussion

Build your intuition. Fill in the missing part by typing it in.

RDB snapshotting is the default __ mechanism in Redis. It creates a point-in-time snapshot of the dataset by dumping the Redis database into an RDB file. The RDB file is a binary file that contains all the Redis keys and their associated data.

Write the missing line below.