Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Failing to access redistimeseries features in the Redis-py package #121

@dilonne

Description

@dilonne

Version: Redis-py 4.14

Platform: Python 3.8.3 on MacOS Big Sur

Description: According to https://github.com/RedisTimeSeries/redistimeseries-py#user-content-deprecation-notice The features from redistimeseries package have merged into the redis-py module, however we are failing to run such commands using the package version stated above.

Steps to reproduce the error

import redis
r = redis.Redis(host='localhost', port=6379, db=0)
r.create("test_key_name")

Result
AttributeError: 'Redis' object has no attribute 'create'

@AvitalFineRedis

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions