GETRANGE

    1. "OK"
    2. dragonfly> GETRANGE mykey 0 3
    3. "This"
    4. "ing"
    5. dragonfly> GETRANGE mykey 0 -1
    6. "This is a string"