redis-friendships 0.2
A friendship library with a certain follower/following system utilizing the power of both Redis and SQL. Using SQL for the users and Redis for the followers and the followings. Redis uses sets of usernames for both your followers and followings. And can be used to retrieve more information about your e.g. followers from SQL with those unique usernames.
Gemfile:
=
安裝:
=
Development 相依性套件 (6):
bcrypt-ruby
~> 2.1.2
cucumber
~> 0.9.2
mocha
~> 0.9.8
rails
~> 3.0.0
rspec-rails
~> 2.0.1
sqlite3-ruby
~> 1.3.1