Skip to content

Instantly share code, notes, and snippets.

@samuraisam
Created August 25, 2011 23:54
Show Gist options
  • Save samuraisam/1172342 to your computer and use it in GitHub Desktop.
Save samuraisam/1172342 to your computer and use it in GitHub Desktop.
stream_columnfamily = pycassa.ColumnFamily(pool, 'Stream', autopack_names=True, autopack_values=False,
read_consistency_level=pycassa.ConsistencyLevel.ONE,
write_consistency_level=pycassa.ConsistencyLevel.QUORUM)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment