I want to display list of customers
with pagination
.Structure of DB is as follow:
redis:> hset customerlist username userid (where username:almas userid:1)
redis:> hmset customerlog:1 userid value1 name value2 contactno value3
(where value1:1 , value2: almas sayyad, value3: 8676756556)
I have used hash set
and want to continue with same datatype.
I will be greatfull if any one can give me the solution for this.