This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
Failing to access redistimeseries features in the Redis-py package #121
Labels
help wanted
Extra attention is needed
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
The text was updated successfully, but these errors were encountered: