RediSearch / redisearch-py

RediSearch python client
https://redisearch.io
BSD 2-Clause "Simplified" License
221 stars 62 forks source link

Docs are out of date or contain errors #137

Closed rankam closed 3 years ago

rankam commented 3 years ago
import datetime

from redisearch import Client

START_TIME = datetime.datetime.now()

client = Client("my-index")

client.redis.set("start-time", START_TIME)
chayim commented 3 years ago

Thanks @rankam! I issued a pull request to update the documents.