package valkey

  1. Overview
  2. Docs

Module Client.ScriptSource

Sourcetype t
Sourceval create : string -> t

Pre-computes the script's SHA1 at construction so subsequent executions can skip the hash.

Sourceval source : t -> string
Sourceval sha : t -> string