Skip to content
Snippets Groups Projects
Commit 1e28d087 authored by wactbprot's avatar wactbprot
Browse files

rdm: redis cli

parent af6fd317
No related branches found
No related tags found
No related merge requests found
......@@ -98,4 +98,36 @@ curl
curl -H "Content-Type: application/json" -d '{"Target_pressure_value":"1","Target_pressure_unit":"Pa"}' -X 'POST' http://localhost:50005/ind
curl -H "Content-Type: application/json" -d '{"DocPath":"Calibration.Measurement.AuxValues.Branch"}' -X 'POST' http://localhost:50005/save_dut
\ No newline at end of file
redis cli
=========
.. code-block:: shell
bock04@i75464:~> redis-cli
127.0.0.1:6379> SELECT 0
OK
127.0.0.1:6379> KEYS *
1) "fullscale_value@2"
2) "doc_id@2"
3) "gas@0"
4) "standard@0"
5) "ind_tasks@2"
6) "range_offset_tasks@2"
7) "cal_id@2"
8) "range_ind_tasks@2"
9) "year@0"
10) "task@2"
11) "auto_init_tasks@2"
12) "exchange@2"
13) "doc_path@2"
14) "fullscale_unit@2"
15) "offset_all_sequence@2"
16) "save@2"
17) "defaults@2"
18) "maintainer@0"
19) "fullscale_display@2"
20) "offset_tasks@2"
127.0.0.1:6379> get range_ind_tasks@2
"[{\"TaskName\": \"range_ind_low\", \"Action\": \"VXI11\", \"From\": 0.133, \"To\": 13.3, ...
127.0.0.1:6379>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment