Redis has two binary format files supported: RDB and AOF.
RDB is a dump like what you asked. You can call save
to force a rdb. It will be stored in the dbfilename
setting you have, or dump.rdb in the current working directory if that setting is missing.
More Info:
http://redis.io/topics/persistence