reddb-io-server 1.2.5

RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
Documentation
1
2
3
4
5
6
7
---
source: crates/reddb-server/tests/queue_parser_snapshots.rs
expression: "fmt_parse_error(\"QUEUE FROBNICATE q\")"
---
input: "QUEUE FROBNICATE q"
kind:  Syntax
error: Parse error at 1:7: Unexpected token: FROBNICATE (expected: PUSH, POP, PEEK, LEN, PURGE, GROUP, READ, ACK, NACK, LPUSH, RPUSH, LPOP, RPOP, PENDING, CLAIM)