tile38
tile38 copied to clipboard
SET multiple string fields per key
As the subject says, is there a way to set multiple string fields to a key up front?
For instance:
set fleet truck1:driver string "John Denton" truck1:state string "DALLAS"
No, you must issue each SET operation one at a time.
@tidwall Is there any way to filter strings like contains, startwith, equal or etc ?