nitishm / go-rejson

Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)
MIT License
340 stars 46 forks source link

missing importing `context` #64

Closed TinusChen closed 2 years ago

TinusChen commented 2 years ago

There need importing context in README.MD example usage: https://github.com/nitishm/go-rejson#example-usage

Copy && run, then Error: undefined: context

Shivam010 commented 2 years ago

Thank you for pointing it out @TinusChen Merged #65