1 min readJul 23, 2018
Hey kyle, lets say my data is
{
username:’username’,
password_fields:{
password:’password’,
tenant:’tenant’
}
}
After doing flat and inserting each key in redis, How can I access just ‘’’password_fields’’’. Its giving null. But when I try ‘’’password_fields.password’’’ its returning me the password.