Advertisement
Guest User

Untitled

a guest
Mar 15th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. $ ./redis-audit.rb
  2. ./redis-audit.rb:24:in `require': no such file to load -- redis (LoadError)
  3. from ./redis-audit.rb:24
  4.  
  5. $ which ruby -a
  6. /usr/bin/ruby
  7.  
  8. $gem list -d
  9.  
  10. *** LOCAL GEMS ***
  11.  
  12. bundler (1.11.2)
  13. Authors: André Arko, Terence Lee, Carl Lerche, Yehuda Katz
  14. Homepage: http://bundler.io
  15. License: MIT
  16. Installed at: /var/lib/gems/1.8
  17.  
  18. The best way to manage your application's dependencies
  19.  
  20. hiredis (0.6.1, 0.6.0)
  21. Author: Pieter Noordhuis
  22. Homepage: http://github.com/redis/hiredis-rb
  23. License: BSD-3-Clause
  24. Installed at (0.6.1): /var/lib/gems/1.8
  25. (0.6.0): /var/lib/gems/1.8
  26.  
  27. Ruby wrapper for hiredis (protocol serialization/deserialization and
  28. blocking I/O)
  29.  
  30. redis (3.2.2)
  31. Authors: Ezra Zygmuntowicz, Taylor Weibley, Matthew Clark, Brian
  32. McKinney, Salvatore Sanfilippo, Luca Guidi, Michel Martens, Damian
  33. Janowski, Pieter Noordhuis
  34. Homepage: https://github.com/redis/redis-rb
  35. License: MIT
  36. Installed at: /var/lib/gems/1.8
  37.  
  38. A Ruby client library for Redis
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement