I have installed Redis for Windows 10 (version 3)
Using a Java program, I am appending values to a list. The values from the list are retrievable when I read using the same Java program; however those are not retrievable using the default redis-cli provided.
Basically I want to write the values in one program and access the values in another program.
0 Replies