Skip to content

Instantly share code, notes, and snippets.

@amorton
Created November 20, 2011 21:13
Show Gist options
  • Save amorton/1380932 to your computer and use it in GitHub Desktop.
Save amorton/1380932 to your computer and use it in GitHub Desktop.
Convert string to ascii key for Cassandra
"".join("{0:x}".format(ord(c)) for c in "thekey")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment