Skip to content

Instantly share code, notes, and snippets.

@AlexMikhalev
Created February 11, 2021 12:07
Show Gist options
  • Save AlexMikhalev/a0617610085cd7319b44fa521ec6890d to your computer and use it in GitHub Desktop.
Save AlexMikhalev/a0617610085cd7319b44fa521ec6890d to your computer and use it in GitHub Desktop.
RedisGears.py
gb = GB('KeysReader')
gb.filter(filter_language)
gb.flatmap(parse_paragraphs)
gb.map(spellcheck_sentences)
gb.foreach(save_sentences)
gb.count()
gb.register('paragraphs:*',keyTypes=['string','hash'], mode="async_local")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment