Skip to content

Commit

Permalink
core
Browse files Browse the repository at this point in the history
Signed-off-by: Shoham Elias <shohame@amazon.com>
  • Loading branch information
shohamazon committed Sep 11, 2024
1 parent f077e21 commit d3da705
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/python/glide/async_commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5405,7 +5405,10 @@ async def script_show(self, sha1: TEncodable) -> bytes:
Returns:
bytes: The original source code of the script, if present in the cache.
Examples:
Raises:
RequestError: If the script is not found in the cache.
Example:
>>> await client.script_show(script.get_hash())
b"return { KEYS[1], ARGV[1] }"
Expand Down

0 comments on commit d3da705

Please sign in to comment.