shadowspore / t38c

Tile38 Client package
MIT License
83 stars 33 forks source link

Update radix to v4 #53

Closed themreza closed 1 year ago

themreza commented 1 year ago

Radix v4 supports passing a context.Context to all blocking operations. We require this feature to limit potential request timeouts. Please update t38c so that the Execute method and other command methods can take advantage of this feature.

shadowspore commented 1 year ago

Thanks for pointing it out! Implemented in v0.11.0 release.