Skip to content

Commit

Permalink
bugfix: fix correct dependency name for redis-om (#541)
Browse files Browse the repository at this point in the history
* bugfix: fix correct dependency name for redis-om

* bugfix: correct redis_om package

* typofix
  • Loading branch information
KeshavSingh29 authored Sep 23, 2023
1 parent 1f4b70f commit 15b2fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptcache/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def import_fastapi():

def import_redis():
_check_library("redis")
_check_library("redis_om")
_check_library("redis_om", package="redis-om")


def import_starlette():
Expand Down

0 comments on commit 15b2fd9

Please sign in to comment.