memstore source family¶
Named dataset stored by the Redis memstore exporter.
Canonical URI: memstore://<identifier>
Supported XML consumers: generate, iterate, variable, nestedKey
Read forms: redis_memstore
Read forms by XML consumer: generate=redis_memstore; iterate=redis_memstore; variable=redis_memstore; nestedKey=redis_memstore
Distributions: ordered, random, weighted, stratified, round_robin, reservoir, cumulated
Selection capabilities: selector=no; iterationSelector=no; pagination=yes; random access=yes; cyclic=yes; unique=yes
Environment boundary: Produce via memstore target, consume via memstore source with the same id.
Complete workflows:
- Chain generated and source products through memstore — Use for bounded multi-stage assembly when a later product consumes an earlier product in the same run.
- Place constraints at the correct execution boundary — Use when source rows must be checked before mapping and completed rows must be checked or assigned before export.