Skip to content

Commit 6579afa

Browse files
Printing the proper FT.CREATE command on ecommerce_inventory use-case (#74)
1 parent df270da commit 6579afa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/datagen_redisearch/ecommerce_inventory/ftsb_generate_ecommerce_inventory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ def generate_benchmark_commands():
744744

745745
print("-- generating the ft.create commands -- ")
746746
ft_create_cmd = generate_ft_create_row(indexname, list(docs_map.values())[0])
747+
print("FT.CREATE command: {}".format(" ".join(ft_create_cmd)))
747748
setup_commands.append(ft_create_cmd)
748749

749750
print("-- generating the ft.drop commands -- ")

0 commit comments

Comments
 (0)