redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
Apache License 2.0
2.46k stars 158 forks source link

Changes for (Add IsParseError() documentation #578) #581

Closed karimalzalek closed 4 months ago

karimalzalek commented 5 months ago

Removed the section mentioning panic as behaviour is changed, and added a short error handling paragraph to explain errParse and IsPareseErr helper.

karimalzalek commented 5 months ago

Hello @rueian , I changed the example to ToArray(), and emphasized that the user needs to specify the correct parser beforehand. Let me know if the changes make sense.

rueian commented 5 months ago

Hi @karimalzalek, the PR looks good to me but please remove the .vscode/settings.json.

karimalzalek commented 4 months ago

@rueian yup, I removed the wrong config file, not sure how that made it's way through 😂

rueian commented 4 months ago

Thanks @karimalzalek!