vseloved / cl-redis

Redis client for Common Lisp
Other
187 stars 37 forks source link

redis module : ReJSON #29

Open zadcha opened 7 years ago

zadcha commented 7 years ago

hi,

can i expect to see this command module set on cl-redis or not ? :)

thx guys

vseloved commented 7 years ago

Hi,

Well, I was not aware of this project. It looks quite nice, but as it's an external module to JSON, I think if the interface will be developed, it should also be a separate system from cl-redis. Like, cl-redis-contrib.

The implementation, at first glance, seems rather simple: basically, it should be just a matter of defining all the ReJSON commands with def-cmd.

zadcha commented 7 years ago

so... easy for you :)