tgstation / rust-g

Rust based libraries for tgstation
MIT License
28 stars 100 forks source link

Standardize redis_reliablequeue connect/disconnect output #150

Closed ZeWaka closed 7 months ago

ZeWaka commented 1 year ago

Essentially makes it match the

{
  "success": bool
  "content": string
}

format instead of just returning the raw rust error through ? propagation.

ZeWaka commented 1 year ago

should probably test this

AffectedArc07 commented 1 year ago

should probably test this

I can TM this on para, I know we use redis pubsub.

This isnt pubsub nevermind

ZeWaka commented 8 months ago

i intend to get to this sometime now, since goon uses this in prod

ZeWaka commented 7 months ago

x