Skip to content

Instantly share code, notes, and snippets.

@alyx
Created May 21, 2011 15:36
Show Gist options
  • Save alyx/984621 to your computer and use it in GitHub Desktop.
Save alyx/984621 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
# circe - Perl replacement for Redis
# Copyright 2011 Alexandria M. Wolcott <alyx@sporksmoo.net>
# Released under the same terms as Perl itself.
use warnings;
use strict;
package Circe;
use Tree::RB;
use base 'Net::Server';
__PACKAGE__->run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment