Redis.call() function showing error #3962
Answered
by
RomainLanz
sreerajseeroo
asked this question in
Help
-
let postjson1 = await Redis.call("JSON.SET", "postJson",'{"name":"xyxz"}', (err, value) => { This is the sample code for saving JSON. While running the code I got some errors like below. TypeError: Redis_1.default.call is not a function. Any Idea for the error? How it will resolve? Adonis Js 5 with Redis packages |
Beta Was this translation helpful? Give feedback.
Answered by
RomainLanz
Nov 2, 2022
Replies: 1 comment 4 replies
-
Hey @sreerajseeroo! 👋🏻 The |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
sreerajseeroo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @sreerajseeroo! 👋🏻
The
call
method has not been released on our package yet.