Hi @all,

hope somebody can help me :-)

I' ve tried the following code and it does not work:

memcache = MemCache.new( 'localhost:11211' ) // connection was ok


memcache[ 'myArray' ] = [] // empty array was put into memcache

memcache[ 'myArray' ] << 'myValue' // no error message was given

puts( memcache[ 'myArray' ] ) // empty array was given back ????

What is the reason for that behavior ?


THX a lot for spending time and helf !

Frank

;-)




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to