Created
May 21, 2011 15:36
-
-
Save alyx/984621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
# circe - Perl replacement for Redis | |
# Copyright 2011 Alexandria M. Wolcott <[email protected]> | |
# 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