LPUSH with multiple args reverses insertion: `LPUSH l a b c` puts c at head, b, a - verify ordering if it matters.
Pushing to a key holding a non-list value errors.
For a FIFO queue where producers RPUSH and consumers LPOP, if a consumer crashes after LPOP the element is lost - use the blocking reliable variant (BLPOP + BRPOPLPUSH) for at-least-once delivery.
The return value of LPUSH/RPUSH is the new list length - use it instead of a separate LLEN to track size.
Give your agent this knowledge — and 17,500+ more routes
One MCP install gives any agent live access to the full route map across 6,000+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?