Monthly Archives: April 2011

Scripting announced for Redis

I’ve just come across this blog post via the Redis Google group by Salvatore ‘Antirez’ Sanfilippo on introducing some scripting into the Redis key-vaue datastore. I’ve played around with Redis again as part of a logging system, having used it as a really basic queue system in a previous life. I may not play with […]

Wash, rinse, repeat – SOAP Bodies and calls in PHP

As part of the current job, I’ve been looking closely at SOAP and getting PHP to connect to endpoints written in other languages by other people. In my last job, I used SOAP to set up services to be contacted by  external suppliers and created the server. One of the challenges that I faced in […]