walFramePrefix()
Build the namespace prefix for passive WAL frame keys.
Import
Section titled “Import”import { walFramePrefix } from "@graphrefly/ts/storage";Signature
Section titled “Signature”function walFramePrefix(namespace: string): stringParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
namespace | string | namespace value used by the helper. |
Returns
Section titled “Returns”A string value.
Example
Section titled “Example”import { walFramePrefix } from "@graphrefly/ts/storage";Source
Section titled “Source”packages/ts/src/storage/wal.ts