User Tools

Site Tools


cookbooks:devel:pseudovariables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cookbooks:devel:pseudovariables [2018/09/25 08:42]
miconda [GeoIP module Pseudo-Variables]
cookbooks:devel:pseudovariables [2018/10/04 19:55]
mslehto [sdpops module variables]
Line 1546: Line 1546:
  
   * rpl_str - return REDIS_REPLY_STRING   * rpl_str - return REDIS_REPLY_STRING
-  * rpl_str - return REDIS_REPLY_ARRAY +  * rpl_arr - return REDIS_REPLY_ARRAY 
-  * rpl_str - return REDIS_REPLY_INTEGER +  * rpl_int - return REDIS_REPLY_INTEGER 
-  * rpl_str - return REDIS_REPLY_NIL +  * rpl_nil - return REDIS_REPLY_NIL 
-  * rpl_str - return REDIS_REPLY_STATUS +  * rpl_sts - return REDIS_REPLY_STATUS 
-  * rpl_str - return REDIS_REPLY_ERROR+  * rpl_err - return REDIS_REPLY_ERROR
  
 $redisd(rpl_XYZ) can be compared with $redis(r=>type). $redisd(rpl_XYZ) can be compared with $redis(r=>type).
Line 2063: Line 2063:
 } }
 </code> </code>
 +
 +
 +===== sdpops module variables =====
 +
 +  *  $sdp(body) - full SDP body (read only)
 +  * $sdp(sess_version) - sess-version -attribute from SDP o= -line. When set to special value -1, current value is incremented. (read + write)
 +
  
 ===== $C(xy) - Foreground and background colors ===== ===== $C(xy) - Foreground and background colors =====
cookbooks/devel/pseudovariables.txt · Last modified: 2022/04/11 15:24 by henningw