diff --git a/library/redisqueue.php b/library/redisqueue.php deleted file mode 100644 index e1a8c76..0000000 --- a/library/redisqueue.php +++ /dev/null @@ -1,13 +0,0 @@ -pconnect('127.0.0.1',6379); -while(True){ - try{ - echo $redis->LPOP('key1')."\n"; - }catch(Exception $e){ - echo($e->getMessage()."\n"); - } - sleep(rand()%3); -} -?> \ No newline at end of file