# Functions
CmdLinesToResp convert []CmdLine to RESP bytes.
FindBiggestKeys read rdb file and find the largest N keys.
FlameGraph draws flamegraph in web page to analysis memory usage pattern.
MemoryProfile read rdb file and analysis memory usage then write result to csv file.
ObjectToCmd convert redis object to redis command line.
ToAOF read rdb file and convert to aof file (Redis Serialization ).
ToES read rdb file and convert to elasticsearch.
ToJsons read rdb file and convert to json file.
WithNoExpiredOption tells decoder to filter all expired keys.
WithRegexOption creates a WithRegexOption from regex expression.
WriteObjectToResp convert object to resp and write.
# Variables
TrimThreshold is the min count of keys to enable trim.
# Type aliases
CmdLine is alias for [][]byte, represents a command line.
NoExpiredOption tells decoder to filter all expired keys.