Search
(5 points)
Note. If some analytical tasks turn out to be infeasible under Redis’ data model or performance constraints, replace them with other meaningful tasks and propagate the corresponding changes to the earlier work (HW 0/HW 1).
Submit to the BRUTE system:
Submit hw2_insert.py, hw2_queries.py, base_small.txt, Q_small.txt, and the subset archive to the NoSQL server nosql.felk.cvut.cz.
redis-cli -h 127.0.0.1 -p $PORT -a $PASSWORD FLUSHDB
cat base_small.txt | redis-cli -h 127.0.0.1 -p $PORT -a $PASSWORD
cat Q_small.txt | redis-cli -h 127.0.0.1 -p $PORT -a $PASSWORD
$PASSWORD
ssh -L $PORT:127.0.0.1:$PORT $USERNAME@nosql.felk.cvut.cz
redis-cli -h 127.0.0.1 -p $PORT -a $PASSWORD
Redis command dictionary tailored to HW2
Example of base_small.txt and Q_small.txt with explanation