Skip to content

Enhancement to the redisbloom #19

Open
@bilalsp

Description

@bilalsp

@gkorland
User should be able to create create the object once and configure the application later to support it using init_app() method like other libraries SQLAlchemy, Bcrypt etc.

from redisbloom.client import Client

rb = Client()

def create_app():
     app = Flask(__name__)
     rb.init_app(app)
     return app

redisbloom should support configuration of Client object using 'app' configuration.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions