On Mi, 2012-02-22 at 01:50 +0200, Dmitriy Kovalenko wrote: > How can I work with Redis (http://redis.io) in Vala? > I can not find *.vapi for hredis (http://redis.io/clients). (?) > > And are there examples work witn other NoSQL databases in Vala > (CouchDB, MogoDB, Riak, etc.)? > Thanks. > There is a mongodb C driver port using glib [1]. It should not be too difficult to generate a vapi from.
[1] https://github.com/algernon/libmongo-client.git cheers, -- tomw <[email protected]> _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
