Announcing redis flex An ActionScript Library to integrate with Redis.
A while back I looked into accessing Redis directly from Flex and I found an existing library, as3redis that however didn’t support the new unified request protocol. So I wrote a minimalist wrapper that now allows to send commands to a redis server.
To access the Redis server from Flex just instantiate a Redis instance:

