Coder Social home page Coder Social logo

redis-admin's Introduction

* ReAdmin *
Redis Admin, or ReAdmin, is a open source web interface to the Administration of Redis. ReAdmin is fully written in PHP using Redis, of course. See the Google Code page project in http://code.google.com/p/redis-admin.

* What is Redis? *
Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. See the Google Code page project in http://code.google.com/p/redis.

* Simple configuration *
Just configure the config.php file and set the config variables.

* Contact *
If you are using ReAdmin, please tell me. Searle Oliveira <[email protected]>

Do not complain, help us. Thanks!

redis-admin's People

Watchers

James Cloos avatar  avatar

redis-admin's Issues

My css is not coming

What steps will reproduce the problem?
1. Installet as in wiki ,
2.  set apache ,mod_rewrite


What is the expected output? What do you see instead?
I am not able to get the css what is see in output of readmin is this .

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="pt-BR"> 
<head profile="http://gmpg.org/xfn/11"> 
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 
<meta http-equiv="Expires" content="Tue, 01 Jan 2000 12:12:12 GMT"> 
<meta http-equiv="Pragma" content="no-cache"> 
<title>Redis Admin</title> 
<link rel="shortcut icon" href=" 
Notice: Undefined variable: destination in /var/www/readmin/lib/link.php on 
line 9
http://youngib.net/readmin/html/favicon.ico" type="image/x-icon" /> 
<link rel="stylesheet" href=" 
Notice: Undefined variable: destination in /var/www/readmin/lib/link.php on 
line 9
http://youngib.net/readmin/html/css/default.css" type="text/css" media="screen" 
/> 
<script src=" 
Notice: Undefined variable: destination in /var/www/readmin/lib/link.php on 
line 9
http://youngib.net/readmin/html/js/default.js" type="text/javascript"></script> 
</head> 
<body> 


Notice: Undefined index: header in /var/www/readmin/app/includes/header.php on 
line 14

<table id="wrap"> 


Notice: Undefined index: menu in /var/www/readmin/app/includes/header.php on 
line 56

</table> 

<div id="home_logo"> 
    <img src=" 
Notice: Undefined variable: destination in /var/www/readmin/lib/link.php on 
line 9

Notice: Undefined variable: destination in /var/www/readmin/lib/link.php on 
line 32

Notice: Undefined variable: destination in /var/www/readmin/lib/link.php on 
line 9
http://youngib.net/readmin/html/images/logo-s.jpg" title="Redis Admin" 
alt="Redis Admin" /> 
</div> 


<form action="" method="post"> 
<input type="hidden" name="host" value="localhost" /> 
<div id="widget_1" class="widget" style="width: 300px;"> 
    <div class="widget_title">Login</div> 
    <div class="row"> 
        <div class="left"><strong>Username:</strong></div> 
        <div class="right"><input type="text" name="user" width="20" /></div> 
        <div class="clear"></div> 
    </div> 

    <div class="row"> 
        <div class="left"><strong>Password:</strong></div> 
        <div class="right"><input type="password" name="pass" width="20" /></div> 
        <div class="clear"></div> 
    </div> 

    <div class="row"> 
        <div class="left"></div> 
        <div class="right"><input type="submit" value="Connect" /></div> 
        <div class="clear"></div> 
    </div>  
</div> 
</form> 

<br /> 

<style>#footer { border: 0; }</style> 

<table> 

</table> 

<div id="footer"> 
    <p>&copy; 2010 Redis Admin, Searle Oliveira</p> 
    <p> 
        <a href="http://twitter.com/searleoliveira">Twitter Updates</a> &nbsp; 
        <a href="http://code.google.com/p/redis-admin">Project Page</a> &nbsp;
        <a href="http://www.opensource.org/licenses/bsd-license.php">BSD License</a> 
    </p> 
</div> 
</body></html>


What version of the product are you using? On what operating system?
0.0.7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Aug 2011 at 2:12

Dashboard not found !

What steps will reproduce the problem?
1. redis-admin installed on Ubuntu 10.10 + Apache2
2. config.php file set up with ("/var/www/readmin/" as the default dir)
2. login page OK (http://localhost/readmin/)
3. typed in login/passsword OK (admin/redis)
4. Dashboard appears (http://10.0.0.202/readmin/dashboard)
ERROR : 
Not Found
The requested URL /readmin/dashboard was not found on this server.
Apache/2.2.16 (Ubuntu) Server at localhost Port 80

What is the expected output? What do you see instead?
The dashboard doesn't appear, it is display instead : URL /readmin/dashboard 
was not found

What version of the product are you using? On what operating system?
version of redis-admin v0.0.7

Please provide any additional information below.
Please, could you tell how to fix  that because Google doesn't help me !!!

Original issue reported on code.google.com by [email protected] on 20 Apr 2011 at 6:19

redis-admin not working on my server please help me.

What steps will reproduce the problem?
1.Redisadmin is installed on Centos 6.0 + Apache2 + PHP 5.3.8
2.Login page not displaying

Error On Apache Logs:

[Fri Dec 30 14:53:30 2011] [error] [client 172.16.8.2] PHP Warning:  
Redis::connect() expects at least 1 parameter, 0 given in 
/var/www/html/readmin/lib/database.php on line 6
[Fri Dec 30 14:53:30 2011] [error] [client 172.16.8.2] PHP Fatal error:  Call 
to undefined method Database::select_db() in 
/var/www/html/readmin/lib/database.php on line 18

What is the expected output? What do you see instead?
Login doesn't appear

What version of the product are you using? On what operating system?
I am using readmin-0.0.7-test.tar.gz

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Jan 2012 at 7:27

explode() and ksort() php errors

What steps will reproduce the problem?
1. Installed Redis Admin on Nginx Server
2. Configured ReAdmin
3. Converted htaccess mod_rewrite directives to Nginx Language:
if (!-f $request_filename){
    set $rule_0 1$rule_0;
}
if (!-d $request_filename){
    set $rule_0 2$rule_0;
}
if ($rule_0 = "21"){
    rewrite /. /readmin/index.php;
}


What is the expected output? What do you see instead?
I get tons of php errors dealing with explode() and ksort(). This is a fresh 
php install built from source this morning.


What version of the product are you using? On what operating system?
Debian Linux

Please provide any additional information below.
Screenshot attached.

Original issue reported on code.google.com by [email protected] on 30 May 2012 at 3:41

Attachments:

Download is improper .tar.gz file

What steps will reproduce the problem?
1. Download readmin-0.0.1.tar.gz 126 KB
SHA1 Checksum: c8b8155bcda069643a36b58ddffa29fe5dfb50d9
2. Attempt tar -xzvf or gunzip command

What is the expected output?
Decompression of the file contents.

What version of the product are you using? On what operating system?
0.0.1, Linux

I think this is just a .zip file renamed to .tar.gz, it can be extracted by
using unzip command.


Original issue reported on code.google.com by [email protected] on 21 Jan 2010 at 4:12

redis-admin working on my server

What steps will reproduce the problem?
1.Redisadmin is installed on Centos 6.0 + Apache2 + PHP 5.3.8
2.Login page not displaying

Error On Apache Logs:

[Fri Dec 30 14:53:30 2011] [error] [client 172.16.8.2] PHP Warning:  
Redis::connect() expects at least 1 parameter, 0 given in 
/var/www/html/readmin/lib/database.php on line 6
[Fri Dec 30 14:53:30 2011] [error] [client 172.16.8.2] PHP Fatal error:  Call 
to undefined method Database::select_db() in 
/var/www/html/readmin/lib/database.php on line 18

What is the expected output? What do you see instead?
Login doesn't appear

What version of the product are you using? On what operating system?
I am using readmin-0.0.7-test.tar.gz

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Dec 2011 at 9:35

Suggestion: autodetection of root directory

Hello,

See please, I think it will make easier to run redis-admin. We can change in 
config.php lines 11 and 12 to:


/* default dir */
$config['dir']['home']   = dirname(__FILE__) . '/';


this way we don't need to set home dir manually everytime we install redis 
admin.

Original issue reported on code.google.com by [email protected] on 12 Jan 2012 at 8:07

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.