Skip to content

dict: support multiple dicts in the engine

Fushan Wen requested to merge work/fuf/dict/add-multiple-dict into master

The dict protocol supports "Command Pipelining", so the engine can concatenate multiple DEFINE commands into one command.

See also: https://datatracker.ietf.org/doc/html/rfc2229#section-4

FEATURE: 453878 FIXED-IN: 5.26

Single Multiple Dictionaries Change order
Single 图片 图片
Add more dictionaries Filter
图片 图片
Edited by Fushan Wen

Merge request reports