Open
Description
The current printing format in client uses show_data
method in querying_mechanism
module. It prints the data fetched from redis in an inline manner. Instead of the current printing format we can use the inbuilt printing method in the redis-py
module which prints the data in a tabular form.
+-------------+----------+--------------+-----------+ | b'p.name' | b'p.age' | b'v.purpose' | b'c.name' | +-------------+----------+--------------+-----------+` | b'John Doe' | 33 | b'pleasure' | b'Japan' | +-------------+----------+--------------+-----------+
Metadata
Metadata
Assignees
Labels
No labels