Skip to content

Instantly share code, notes, and snippets.

@AnderRV
Created August 20, 2021 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnderRV/e00bdaa8652518dca9c4c3e91a63a474 to your computer and use it in GitHub Desktop.
Save AnderRV/e00bdaa8652518dca9c4c3e91a63a474 to your computer and use it in GitHub Desktop.
content_key = 'crawling:content'
# ...
def set_content(key, value):
connection.hset(content_key, key=key, value=value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment