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
litespeed_wiki:lsmcd:interaction [2016/04/06 19:11]
Rob Holda [bget]
litespeed_wiki:lsmcd:interaction [2016/04/06 19:21]
Rob Holda [append]
Line 60: Line 60:
 <​code>​ <​code>​
 gets mykey gets mykey
-</​code>​ +
-**output:**  +
-<​code>​+
 VALUE mykey 0 10 9 VALUE mykey 0 10 9
- myvalueabc +myvalueabc 
- END+END
 </​code>​ </​code>​
 **output notes:** **output notes:**
Line 82: Line 80:
 <​code>​ <​code>​
 add newkey 0 120 10 add newkey 0 120 10
-</​code>​ 
-**output:​** ​ 
-<​code>​ 
 myvalueabc myvalueabc
- STORED+ 
 +STORED
 </​code>​ </​code>​
 **output notes:** **output notes:**
Line 104: Line 100:
 <​code>​ <​code>​
 set mykey 0 120 10 set mykey 0 120 10
-</​code>​ 
-**output:** 
-<​code>​ 
 myvalueabc myvalueabc
- STORED+ 
 +STORED
 </​code>​ </​code>​
 **output notes:** **output notes:**
Line 127: Line 121:
 <​code>​ <​code>​
 replace mykey 0 120 10 replace mykey 0 120 10
-</​code>​ 
-**output:** 
-<​code>​ 
 myvalueabc myvalueabc
- STORED+ 
 +STORED
 </​code>​ </​code>​
 **output notes:** **output notes:**
Line 149: Line 141:
 <​code>​ <​code>​
 append mykey 0 120 10 append mykey 0 120 10
-</​code>​ 
-**output:** 
-<​code>​ 
 defghijklm defghijklm
- STORED+ 
 +STORED
 </​code>​ </​code>​
 **output notes:** **output notes:**
  • Admin
  • Last modified: 2016/04/06 18:55
  • by Rob Holda