Skip to content
BigBoxCode
  • Home
  • Fundamental
    • Design Patterns
    • Design Principles
    • Data Structures
  • Programming
    • JavaScript Programming
    • Laravel Framework
    • Server-Sent Events(SSE)
    • Python Programming
    • PHP Programming
  • Database
    • MySQL
    • Redis
    • MongoDB
  • DevOps
    • Linux Fundamentals
    • Linux Commands
    • Docker
  • All Tutorials

Redis Management Command

Redis Command: RESTORE

July 8, 2024December 4, 2023 by BigBoxCode

Restore data from a serialized(by DUMP command) data. This command creates a key, unserializes the provided data, then stores the value for the key. The expiration time of the original key is not contained in the data, so that is not contained in the created key. RDB version and data checksum are checked before restoring data.

Categories Redis Tags Redis Command, Redis Management, Redis Management Command Leave a comment

Redis Command: DUMP

July 13, 2024December 2, 2023 by BigBoxCode

Serialize the value of a key, in a specific format. We can use the serialize value to later recreate/restore the value. Redis command RESTORE can be used for the restoration. The encoding format is the same as the format used for the RDB file. RDB version is also added in the encoded value.

Categories Redis Tags Redis Command, Redis Management, Redis Management Command Leave a comment
  • Tutorials
  • Design Patterns [classic/core patterns for OOP]
  • Design Principles
  • Data Structures
  • Server-Sent Events(SSE)
  • MySQL Tutorials
  • Redis Tutorials
  • MongoDB Tutorials
  • JavaScript Programming
  • PHP Programming
  • Laravel Framework
  • Python Programming

Sponsors

  • About
  • Contact
  • Privacy Policy
  • Disclaimer
  • All Tutorials
  • Sitemap
  • Resources
  • RSS Feed
  • GitHub
  • Linkedin
  • Youtube
© 2025 BigBoxCode