python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Init RedisJson with Predis module version error
I'm getting this error found in the constructor of RedisJson from mkorkmaz /
redislabs-rejson
Argument 1 passed to Redislabs\Module\RedisJson\RedisJson::setModuleVersion() must be of the type array,...

Abdelraouf Ferah
Votes: 0
Answers: 0
REDIS (json and search modules) requirepass causing errors
When no password is set for redis, my webpage works fine, no errors in powershell, it adds keys just fine when i submit information from the website. As soon as i set a password, i start getting a ton...
ChristianWagner
Votes: 0
Answers: 1
Manipulating nested array of obects in RedisJSON
I have a JSON with nested array like below to be saved in Redis. I am using RedisJSON module to save the data as JSON.
customer:12345 : {
info : {
key1: val1,
key2: val2,
k...
Giri
Votes: 0
Answers: 1
Why am I getting the "ReplyError: ERR unknown command JSON.SET" with Redis?
I was trying to set JSON as value in Redis, and I am getting an error for the following code:
const createClient = require('redis');
async function redisJSONDemo () {
try {
const TEST_KEY = 't...
vuld0
Votes: 0
Answers: 1