Skip to content

Commit 5c71a05

Browse files
committed
demo updates
1 parent 95fd65c commit 5c71a05

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/mssql/demo/setup_re.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ echo "$timeseries_module_name"
6262
echo "$timeseries_semantic_version"
6363
echo "module."
6464

65-
echo "Creating idx:emp index for search.."
65+
echo "Creating idx_emp index for search.."
6666
sleep 10
6767
sudo docker exec -it re-node1 bash -c "/opt/redislabs/bin/redis-cli -p 12000 ft.create idx_emp on hash prefix 1 'emp:' schema empno numeric sortable fname text sortable lname text job tag sortable mgr numeric hiredate text sal numeric comm numeric dept numeric"
68-
sudo docker exec -it re-node1 bash -c "/opt/redislabs/bin/redis-cli -p 12000 ft.info idx:emp"
68+
sudo docker exec -it re-node1 bash -c "/opt/redislabs/bin/redis-cli -p 12000 ft.info idx_emp"
6969
echo "Database port mappings per node. We are using mDNS so use the IP and exposed port to connect to the databases."
7070
echo "node1:"
7171
sudo docker port re-node1 | grep -E "12000|12001"

examples/mysql/demo/setup_re.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ echo "$timeseries_module_name"
6262
echo "$timeseries_semantic_version"
6363
echo "module."
6464

65-
echo "Creating idx:emp index for search.."
65+
echo "Creating idx_emp index for search.."
6666
sleep 10
6767
sudo docker exec -it re-node1 bash -c "/opt/redislabs/bin/redis-cli -p 12000 ft.create idx_emp on hash prefix 1 'emp:' schema empno numeric sortable fname text sortable lname text job tag sortable mgr numeric hiredate text sal numeric comm numeric dept numeric"
68-
sudo docker exec -it re-node1 bash -c "/opt/redislabs/bin/redis-cli -p 12000 ft.info idx:emp"
68+
sudo docker exec -it re-node1 bash -c "/opt/redislabs/bin/redis-cli -p 12000 ft.info idx_emp"
6969
echo "Database port mappings per node. We are using mDNS so use the IP and exposed port to connect to the databases."
7070
echo "node1:"
7171
sudo docker port re-node1 | grep -E "12000|12001"

examples/postgres/demo/setup_re.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ echo "$timeseries_module_name"
6262
echo "$timeseries_semantic_version"
6363
echo "module."
6464

65-
echo "Creating idx:emp index for search.."
65+
echo "Creating idx_emp index for search.."
6666
sleep 10
6767
sudo docker exec -it re-node1 bash -c "/opt/redislabs/bin/redis-cli -p 12000 ft.create idx_emp on hash prefix 1 'emp:' schema empno numeric sortable fname text sortable lname text job tag sortable mgr numeric hiredate text sal numeric comm numeric dept numeric"
68-
sudo docker exec -it re-node1 bash -c "/opt/redislabs/bin/redis-cli -p 12000 ft.info idx:emp"
68+
sudo docker exec -it re-node1 bash -c "/opt/redislabs/bin/redis-cli -p 12000 ft.info idx_emp"
6969
echo "Database port mappings per node. We are using mDNS so use the IP and exposed port to connect to the databases."
7070
echo "node1:"
7171
sudo docker port re-node1 | grep -E "12000|12001"

0 commit comments

Comments
 (0)