Skip to content

Useful Redis commands

Jason Reilly edited this page Dec 1, 2022 · 2 revisions

It is possible to observe the progress of the load opening a command line within the container and issuing Redis commands.

View the number of keys loaded so far.

redis-cli info keyspace

Once the database has completed loading it is recommended that the Redis database be persisted to disk.

redis-cli save

Monitor the database to determine if the save has completed.

redis-cli info persistence
Clone this wiki locally