Skip to content

Commit

Permalink
[skip ci] add note for redislabs/rejson:1.0.8 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam010 authored Jan 14, 2022
1 parent 9d882c8 commit 0eacce9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
> _Note: Currently, go-ReJSON only support redislabs/rejson with version <=1.0.8. If you are using higher versions, some commands might not work as expected_
# Go-ReJSON - a golang client for ReJSON (a JSON data type for Redis)

Go-ReJSON is a [Go](https://golang.org/) client for [ReJSON](https://github.com/RedisLabsModules/rejson) Redis Module.
Expand All @@ -20,10 +22,13 @@ Primary features of ReJSON Module:

Each and every feature of ReJSON Module is fully incorporated in the project.

Enjoy ReJSON with the type-safe Redis client, [`Go-Redis/Redis`](https://github.com/go-redis/redis) or use the print-like Redis-api client [`GoModule/Redigo`](https://github.com/gomodule/redigo).
Go-ReJSON supports both the clients. Use any of the above two client you want, Go-ReJSON helps you out with all its features and functionalities in a more generic and standard way.
Enjoy ReJSON with the type-safe Redis client, [`Go-Redis/Redis`](https://github.com/go-redis/redis) or use the
print-like Redis-api client [`GoModule/Redigo`](https://github.com/gomodule/redigo). Go-ReJSON supports both the
clients. Use any of the above two client you want, Go-ReJSON helps you out with all its features and functionalities in
a more generic and standard way.

Support for `mediocregopher/radix` and other Redis clients is in our RoadMap. Any contributions on the support for other clients is hearty welcome.
Support for `mediocregopher/radix` and other Redis clients is in our RoadMap. Any contributions to the support for other
clients is hearty welcome.

## Installation

Expand Down
1 change: 1 addition & 0 deletions rjs/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func (g GetOption) Value() []interface{} {
return []interface{}{g.name, g.Arg}
}

// SetValue will set the values in the options
func (g GetOption) SetValue(arg string) {
g.Arg = arg
}
Expand Down

0 comments on commit 0eacce9

Please sign in to comment.