Blog Archive for January 31, 2013

Getting started with Ember.js

January 31, 2013

Here's a quick guide to some code which accesses a redis database via webdis and then displays all the keys it finds. It also provides an option to delete keys from the database. In these code examples, webdis is accessed at http://localhost:7379/

Webdis

We're using webdis to access redis, which …