upstash / redis-py

HTTP based Python Redis Client for Serverless and Edge Functions
https://docs.upstash.com/redis
MIT License
29 stars 3 forks source link

Fix set command with the get option not returning result #38

Closed ytkimirti closed 10 months ago

ytkimirti commented 10 months ago
# Returns `True` instead of the old value
redis.set("key", "val", get=True)