Skip to content

Instantly share code, notes, and snippets.

@ntasfi
Created June 21, 2013 01:03
Show Gist options
  • Save ntasfi/5828129 to your computer and use it in GitHub Desktop.
Save ntasfi/5828129 to your computer and use it in GitHub Desktop.
*rc.Send("LRANGE", "ASMS::accountID:"+aID+"::deviceID:", 0, listLength)
*rc.Send("LRANGE", "ASMS::accountID:"+aID+"::deviceID:", 0, listLength)
*rc.Flush()
deviceID, err = *rc.Recieve()
if err != nil {
panic(err)
} //end if
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment