Changes between Version 1 and Version 2 of GhostRedisInterface


Ignore:
Timestamp:
Nov 17, 2014 6:18:05 PM (9 years ago)
Author:
AndyVick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GhostRedisInterface

    v1 v2  
    11
    2 == GHOST Redis Interface ==
     2= GHOST Redis Interface =
    33
    44The redis server that controls (most) of GHOST is available on the standard Redis port (6379). The IP address of the machine will vary depending on where it is installed;
     
    77|| NASA GlobalHawk||xx.xx.xx.xx ||
    88
    9 = Interfaces =
     9== Interfaces ==
    1010
    1111Python :: either from Python scripts, programs or from the command line. To use the Python redis interface import redis;
     
    1616r.keys()                              # returns a list of all the defined keys
    1717r.get("UCam.filename")                # returns the value of "UCam.filename"
     18}}}
    1819
    19 }}}
     20rdm:: RDM is a desktop manager for redis, just run rdm to see all the redis keys in real time.