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 a hw2_redis.txt file containing Redis commands with short comments to the NoSQL server nosql.felk.cvut.cz.
cat $ScriptFile | redis-cli -p $Port -a $Password
$ScriptFile
$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