interface RedisReplyimport { type RedisReply } from "https://deno.land/x/redis@v0.27.0/protocol/mod.ts"; Methodsinteger(): Integerstring(): SimpleStringbulk(): Bulkbuffer(): Uint8Arrayarray(): ConditionalArray | BulkNilvalue(): Raw