Skip to content

Commit

Permalink
Update templated README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 authored and Momento GitHub Actions Bot committed Aug 29, 2023
1 parent 8ac66bf commit fae6534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ from momento_redis import MomentoRedis
_CACHE_NAME = "my-cache"
# Initialize Momento client.
redis_client = MomentoRedis(
momento.CacheClient(
momento.CacheClient.create(
momento.Configurations.Laptop.latest(),
momento.CredentialProvider.from_environment_variable("MOMENTO_AUTH_TOKEN"),
datetime.timedelta(seconds=60)
Expand Down

0 comments on commit fae6534

Please sign in to comment.