Skip to content

hshi123/ros-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Installation and Configuration HOW TO


Redis Installation

  1. Get redis 3.2.11 accessing https://redis.io/download
  2. Uncompact it, go to the directory, and type "make", "make test", and "make install" (if all test passed)

Install Dependencies

sudo apt-get install redis-tools
sudo apt-get install ros-kinetic-rocon-python-redis ros-kinetic-rocon-msgs ros-kinetic-rocon-multimaster ros-kinetic-rocon-tools ros-kinetic-zeroconf-msgs ros-kinetic-robot-upstart -y

Install python redis

sudo -H pip3 install redis
sudo -H pip2 install redis

Connecting directly to the Redis server

redis-cli

HowTo Restart Redis Service

sudo service redis-server start

About

ROS with redis tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 38.4%
  • Python 23.5%
  • C++ 19.8%
  • JavaScript 15.6%
  • CMake 2.0%
  • Shell 0.6%
  • Other 0.1%