SUBSTR dragonfly> SET mykey "This is a string"dragonfly> GETRANGE mykey 0 3"This""ing""This is a string"dragonfly> GETRANGE mykey 10 100 Examples