Skip to content

Feedback: RedisGears Python quick start #1015

@OrenKarmi

Description

@OrenKarmi

Page https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/gears-v1/python/quickstart

Based on ticket https://redislabs.atlassian.net/browse/MOD-8384
The above document line in the example should change to add "prefix=", as below:
Change from:
gb.register('person:*') # Only process keys matching the pattern 'person:*'
To be:
gb.register(prefix='person:*') # Only process keys matching the pattern 'person:*'

I'll mention this on the docs slack channel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions