enju_circulation 0.1.0.pre37 → 0.1.0.pre38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/checked_items_controller.rb +3 -3
  3. data/app/controllers/checkins_controller.rb +2 -2
  4. data/app/controllers/checkout_types_controller.rb +2 -2
  5. data/app/controllers/circulation_statuses_controller.rb +75 -4
  6. data/app/controllers/lending_policies_controller.rb +72 -2
  7. data/app/controllers/use_restrictions_controller.rb +75 -4
  8. data/app/models/checkin.rb +1 -1
  9. data/app/models/checkout.rb +1 -1
  10. data/app/models/circulation_status.rb +1 -5
  11. data/app/models/reserve.rb +6 -6
  12. data/app/models/use_restriction.rb +1 -5
  13. data/app/views/checked_items/_list.html.erb +2 -2
  14. data/app/views/checked_items/edit.html.erb +1 -1
  15. data/app/views/checked_items/show.html.erb +1 -1
  16. data/app/views/checkins/_list.html.erb +1 -1
  17. data/app/views/checkout_types/index.html.erb +16 -13
  18. data/app/views/checkouts/_index_user.html.erb +1 -1
  19. data/app/views/circulation_statuses/index.html.erb +12 -4
  20. data/app/views/use_restrictions/index.html.erb +13 -5
  21. data/config/routes.rb +3 -6
  22. data/lib/enju_circulation/version.rb +1 -1
  23. data/spec/controllers/checked_items_controller_spec.rb +7 -7
  24. data/spec/controllers/checkins_controller_spec.rb +5 -5
  25. data/spec/dummy/db/development.sqlite3 +0 -0
  26. data/spec/dummy/db/schema.rb +0 -2
  27. data/spec/dummy/db/test.sqlite3 +0 -0
  28. data/spec/dummy/solr/default/data/index/_7tr.fdt +0 -0
  29. data/spec/dummy/solr/default/data/index/{_7f0.fdx → _7tr.fdx} +0 -0
  30. data/spec/dummy/solr/default/data/index/{_7f0.fnm → _7tr.fnm} +0 -0
  31. data/spec/dummy/solr/default/data/index/{_7f0.nvd → _7tr.nvd} +0 -0
  32. data/spec/dummy/solr/default/data/index/{_7f0.nvm → _7tr.nvm} +0 -0
  33. data/spec/dummy/solr/default/data/index/{_7f0.si → _7tr.si} +0 -0
  34. data/spec/dummy/solr/default/data/index/{_7f0_Lucene41_0.doc → _7tr_Lucene41_0.doc} +0 -0
  35. data/spec/dummy/solr/default/data/index/{_7f0_Lucene41_0.pos → _7tr_Lucene41_0.pos} +0 -0
  36. data/spec/dummy/solr/default/data/index/{_7f0_Lucene41_0.tim → _7tr_Lucene41_0.tim} +0 -0
  37. data/spec/dummy/solr/default/data/index/{_7f0_Lucene41_0.tip → _7tr_Lucene41_0.tip} +0 -0
  38. data/spec/dummy/solr/default/data/index/segments.gen +0 -0
  39. data/spec/dummy/solr/default/data/index/segments_cjn +0 -0
  40. data/spec/dummy/solr/default/data/tlog/{tlog.0000000000000015396 → tlog.0000000000000016249} +0 -0
  41. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000016250 +0 -0
  42. data/spec/dummy/solr/default/data/tlog/{tlog.0000000000000015394 → tlog.0000000000000016251} +0 -0
  43. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000016252 +0 -0
  44. data/spec/dummy/solr/default/data/tlog/{tlog.0000000000000015402 → tlog.0000000000000016253} +0 -0
  45. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000016254 +0 -0
  46. data/spec/dummy/solr/default/data/tlog/{tlog.0000000000000015400 → tlog.0000000000000016255} +0 -0
  47. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000016256 +0 -0
  48. data/spec/dummy/solr/default/data/tlog/{tlog.0000000000000015398 → tlog.0000000000000016257} +0 -0
  49. data/spec/dummy/tmp/cache/stdout +629 -0
  50. data/spec/dummy/tmp/pids/redis-test.pid +1 -1
  51. data/spec/routing/checked_items_routing_spec.rb +0 -16
  52. data/spec/views/checkout_types/index.html.erb_spec.rb +2 -2
  53. data/spec/views/use_restrictions/index.html.erb_spec.rb +2 -2
  54. metadata +50 -52
  55. data/spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb +0 -6
  56. data/spec/dummy/solr/default/data/index/_7f0.fdt +0 -0
  57. data/spec/dummy/solr/default/data/index/segments_bvw +0 -0
  58. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000015395 +0 -0
  59. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000015397 +0 -0
  60. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000015399 +0 -0
  61. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000015401 +0 -0
@@ -6,42 +6,45 @@
6
6
  <tr>
7
7
  <th id="position"></th>
8
8
  <th><%= t('activerecord.attributes.checkout_type.name') -%></th>
9
- <th><%= t('activerecord.attributes.checkout_type.display_name') -%></th>
9
+ <th>
10
+ <%= t('activerecord.attributes.checkout_type.display_name') -%>
11
+ /
12
+ <%= t('activerecord.attributes.checkout_type.note') -%>
13
+ </th>
10
14
  <th></th>
11
15
  </tr>
12
16
 
13
17
  <%- @checkout_types.each do |checkout_type| -%>
14
18
  <tr class="line<%= cycle("0", "1") -%>">
15
19
  <td>
16
- <%- unless @user_group -%>
17
- <%- if can? :update, checkout_type -%>
18
- <%= move_position(checkout_type) -%>
19
- <%- end -%>
20
+ <%- if can? :update, checkout_type -%>
21
+ <%= move_position(checkout_type) -%>
20
22
  <%- end -%>
21
23
  </td>
22
- <td><%= link_to checkout_type.name, checkout_type -%></td>
23
- <td><%= link_to checkout_type.display_name.localize, checkout_type -%></td>
24
+ <td><%= checkout_type.name -%></td>
25
+ <td>
26
+ <%= link_to checkout_type.display_name.localize, checkout_type -%>
27
+ <br />
28
+ <%= checkout_type.note %>
29
+ </td>
24
30
  <td>
25
31
  <%- if can? :update, checkout_type -%>
26
32
  <%= link_to t('page.edit'), edit_checkout_type_path(checkout_type) -%>
27
33
  <% end %>
28
34
  <%- if can? :delete, checkout_type -%>
29
- <%= link_to t('page.destroy'), checkout_type, data: {confirm: t('page.are_you_sure')}, method: :delete -%>
30
- <% end %>
35
+ <%= link_to t('page.destroy'), checkout_type_path(checkout_type), data: {confirm: t('page.are_you_sure')}, method: :delete -%>
36
+ <%- end -%>
31
37
  </td>
32
38
  </tr>
33
39
  <%- end -%>
34
40
  </table>
35
41
 
36
- <%= paginate(@checkout_types) -%>
37
42
  </div>
38
43
  </div>
39
44
 
40
45
  <div id="submenu" class="ui-corner-all ui-widget-content">
41
46
  <ul>
42
- <%- if @user_group -%>
43
- <li><%= link_to t('page.new', model: t('activerecord.models.user_group_has_checkout_type')), new_user_group_user_group_has_checkout_type_path(@user_group) -%></li>
44
- <%- else -%>
47
+ <%- if can? :create, CheckoutType -%>
45
48
  <li><%= link_to t('page.new', model: t('activerecord.models.checkout_type')), new_checkout_type_path -%></li>
46
49
  <%- end -%>
47
50
  </ul>
@@ -54,7 +54,7 @@
54
54
  </ul>
55
55
  <ul>
56
56
  <% if @user == current_user %>
57
- <li><%= link_to t('checkout.remove_all_history'), remove_all_user_checkouts_path(current_user), method: :put, data: {confirm: t('page.are_you_sure')} %></li>
57
+ <li><%= link_to t('checkout.remove_all_history'), remove_all_checkouts_path(user_id: current_user.id), method: :put, data: {confirm: t('page.are_you_sure')} %></li>
58
58
  <% end %>
59
59
  </ul>
60
60
  </div>
@@ -6,7 +6,11 @@
6
6
  <tr>
7
7
  <th id="position"></th>
8
8
  <th><%= t('activerecord.attributes.circulation_status.name') -%></th>
9
- <th><%= t('activerecord.attributes.circulation_status.display_name') -%></th>
9
+ <th>
10
+ <%= t('activerecord.attributes.circulation_status.display_name') -%>
11
+ /
12
+ <%= t('activerecord.attributes.circulation_status.note') -%>
13
+ </th>
10
14
  <th></th>
11
15
  </tr>
12
16
 
@@ -17,14 +21,18 @@
17
21
  <%= move_position(circulation_status) -%>
18
22
  <%- end -%>
19
23
  </td>
20
- <td><%= link_to circulation_status.name, circulation_status -%></td>
21
- <td><%= link_to circulation_status.display_name.localize, circulation_status -%></td>
24
+ <td><%= circulation_status.name -%></td>
25
+ <td>
26
+ <%= link_to circulation_status.display_name.localize, circulation_status -%>
27
+ <br />
28
+ <%= circulation_status.note %>
29
+ </td>
22
30
  <td>
23
31
  <%- if can? :update, circulation_status -%>
24
32
  <%= link_to t('page.edit'), edit_circulation_status_path(circulation_status) -%>
25
33
  <% end %>
26
34
  <%- if can? :delete, circulation_status -%>
27
- <%= link_to t('page.destroy'), circulation_status, data: {confirm: t('page.are_you_sure')}, method: :delete -%>
35
+ <%= link_to t('page.destroy'), circulation_status_path(circulation_status), data: {confirm: t('page.are_you_sure')}, method: :delete -%>
28
36
  <%- end -%>
29
37
  </td>
30
38
  </tr>
@@ -6,7 +6,11 @@
6
6
  <tr>
7
7
  <th id="position"></th>
8
8
  <th><%= t('activerecord.attributes.use_restriction.name') -%></th>
9
- <th><%= t('activerecord.attributes.use_restriction.display_name') -%></th>
9
+ <th>
10
+ <%= t('activerecord.attributes.use_restriction.display_name') -%>
11
+ /
12
+ <%= t('activerecord.attributes.use_restriction.note') -%>
13
+ </th>
10
14
  <th></th>
11
15
  </tr>
12
16
 
@@ -17,14 +21,18 @@
17
21
  <%= move_position(use_restriction) -%>
18
22
  <%- end -%>
19
23
  </td>
20
- <td><%= link_to use_restriction.name, use_restriction -%></td>
21
- <td><%= link_to use_restriction.display_name.localize, use_restriction -%></td>
24
+ <td><%= use_restriction.name -%></td>
25
+ <td>
26
+ <%= link_to use_restriction.display_name.localize, use_restriction -%>
27
+ <br />
28
+ <%= use_restriction.note %>
29
+ </td>
22
30
  <td>
23
31
  <%- if can? :update, use_restriction -%>
24
32
  <%= link_to t('page.edit'), edit_use_restriction_path(use_restriction) -%>
25
33
  <% end %>
26
34
  <%- if can? :delete, use_restriction -%>
27
- <%= link_to t('page.destroy'), use_restriction, data: {confirm: t('page.are_you_sure')}, method: :delete -%>
35
+ <%= link_to t('page.destroy'), use_restriction_path(use_restriction), data: {confirm: t('page.are_you_sure')}, method: :delete -%>
28
36
  <%- end -%>
29
37
  </td>
30
38
  </tr>
@@ -37,7 +45,7 @@
37
45
  <div id="submenu" class="ui-corner-all ui-widget-content">
38
46
  <ul>
39
47
  <%- if can? :create, UseRestriction -%>
40
- <li><%= link_to t('page.new', model: t('activerecord.models.use_restriction')), new_use_restriction_path -%></li >
48
+ <li><%= link_to t('page.new', model: t('activerecord.models.use_restriction')), new_use_restriction_path -%></li>
41
49
  <%- end -%>
42
50
  </ul>
43
51
  </div>
@@ -9,12 +9,9 @@ Rails.application.routes.draw do
9
9
  resources :item_has_use_restrictions
10
10
  resources :lending_policies
11
11
  resources :circulation_statuses
12
- resources :baskets do
13
- resources :checked_items
14
- resources :checkins
15
- end
16
- resources :checkouts, :only => :index do
17
- put :remove_all, :on => :collection
12
+ resources :baskets
13
+ resources :checkouts, only: :index do
14
+ put :remove_all, on: :collection
18
15
  end
19
16
  resources :user_checkout_stats
20
17
  resources :user_reserve_stats
@@ -1,3 +1,3 @@
1
1
  module EnjuCirculation
2
- VERSION = "0.1.0.pre37"
2
+ VERSION = "0.1.0.pre38"
3
3
  end
@@ -255,21 +255,21 @@ describe CheckedItemsController do
255
255
  it "should create checked_item" do
256
256
  post :create, :checked_item => @attrs, :basket_id => 3
257
257
  assigns(:checked_item).due_date.should eq Time.zone.now.tomorrow.end_of_day
258
- response.should redirect_to basket_checked_items_url(assigns(:checked_item).basket)
258
+ response.should redirect_to checked_items_url(basket_id: assigns(:checked_item).basket_id)
259
259
  end
260
260
 
261
261
  it "should create checked_item with item_identifier" do
262
262
  post :create, :checked_item => {:item_identifier => '00011'}, :basket_id => 3
263
263
  assigns(:checked_item).should be_truthy
264
264
  assigns(:checked_item).due_date.should_not be_nil
265
- response.should redirect_to basket_checked_items_url(assigns(:checked_item).basket)
265
+ response.should redirect_to checked_items_url(basket_id: assigns(:checked_item).basket_id)
266
266
  end
267
267
 
268
268
  it "should override due_date" do
269
269
  post :create, :checked_item => {:item_identifier => '00011', :due_date_string => 1.year.from_now.strftime('%Y-%m-%d')}, :basket_id => 3
270
270
  assigns(:checked_item).should be_truthy
271
271
  assigns(:checked_item).due_date.should eq 1.year.from_now.end_of_day
272
- response.should redirect_to basket_checked_items_url(assigns(:checked_item).basket)
272
+ response.should redirect_to checked_items_url(basket_id: assigns(:checked_item).basket_id)
273
273
  end
274
274
 
275
275
  it "should not create checked_item with an invalid due_date" do
@@ -288,14 +288,14 @@ describe CheckedItemsController do
288
288
  it "should show message when the item includes supplements" do
289
289
  post :create, :checked_item => {:item_identifier => '00006'}, :basket_id => 3
290
290
  assigns(:checked_item).due_date.should_not be_nil
291
- response.should redirect_to basket_checked_items_url(assigns(:checked_item).basket)
291
+ response.should redirect_to checked_items_url(basket_id: assigns(:checked_item).basket_id)
292
292
  flash[:message].index(I18n.t('item.this_item_include_supplement')).should be_truthy
293
293
  end
294
294
 
295
295
  it "should create checked_item when ignore_restriction is checked" do
296
296
  post :create, :checked_item => {:item_identifier => '00011', :ignore_restriction => "1"}, :basket_id => 2
297
297
  assigns(:checked_item).due_date.should_not be_nil
298
- response.should redirect_to basket_checked_items_url(assigns(:checked_item).basket)
298
+ response.should redirect_to checked_items_url(basket_id: assigns(:checked_item).basket_id)
299
299
  end
300
300
  end
301
301
 
@@ -369,7 +369,7 @@ describe CheckedItemsController do
369
369
 
370
370
  it "should destroy checked_item" do
371
371
  delete :destroy, :id => 1
372
- response.should redirect_to basket_checked_items_url(assigns(:checked_item).basket)
372
+ response.should redirect_to checked_items_url(basket_id: assigns(:checked_item).basket_id)
373
373
  end
374
374
  end
375
375
 
@@ -378,7 +378,7 @@ describe CheckedItemsController do
378
378
 
379
379
  it "should destroy checked_item" do
380
380
  delete :destroy, :id => 1
381
- response.should redirect_to basket_checked_items_url(assigns(:checked_item).basket)
381
+ response.should redirect_to checked_items_url(basket_id: assigns(:checked_item).basket_id)
382
382
  end
383
383
  end
384
384
 
@@ -200,13 +200,13 @@ describe CheckinsController do
200
200
  describe "When basket_id is specified" do
201
201
  it "redirects to the created checkin" do
202
202
  post :create, :checkin => @attrs, :basket_id => 9
203
- response.should redirect_to(basket_checkins_url(assigns(:checkin).basket))
203
+ response.should redirect_to(checkins_url(basket_id: assigns(:checkin).basket_id))
204
204
  assigns(:checkin).item.circulation_status.name.should eq 'Available On Shelf'
205
205
  end
206
206
 
207
207
  it "should checkin the overdue item" do
208
208
  post :create, :checkin => {:item_identifier => '00014'}, :basket_id => 9
209
- response.should redirect_to(basket_checkins_url(assigns(:checkin).basket))
209
+ response.should redirect_to(checkins_url(basket_id: assigns(:checkin).basket_id))
210
210
  assigns(:checkin).checkout.should be_valid
211
211
  assigns(:checkin).item.circulation_status.name.should eq 'Available On Shelf'
212
212
  end
@@ -251,14 +251,14 @@ describe CheckinsController do
251
251
  flash[:message].to_s.index(I18n.t('item.this_item_is_reserved')).should be_truthy
252
252
  assigns(:checkin).item.manifestation.next_reservation.current_state.should eq 'retained'
253
253
  assigns(:checkin).item.circulation_status.name.should eq 'Available On Shelf'
254
- response.should redirect_to basket_checkins_url(assigns(:basket))
254
+ response.should redirect_to(checkins_url(basket_id: assigns(:basket).id))
255
255
  end
256
256
 
257
257
  it "should show notification when an item includes supplements" do
258
258
  post :create, :checkin => {:item_identifier => '00004'}, :basket_id => 9
259
259
  assigns(:checkin).item.circulation_status.name.should eq 'Available On Shelf'
260
260
  flash[:message].to_s.index(I18n.t('item.this_item_include_supplement')).should be_truthy
261
- response.should redirect_to basket_checkins_url(assigns(:basket))
261
+ response.should redirect_to(checkins_url(basket_id: assigns(:basket).id))
262
262
  end
263
263
  end
264
264
 
@@ -267,7 +267,7 @@ describe CheckinsController do
267
267
  post :create, :checkin => {:item_identifier => '00009'}, :basket_id => 9
268
268
  assigns(:checkin).should be_valid
269
269
  flash[:message].to_s.index(I18n.t('checkin.other_library_item')).should be_truthy
270
- response.should redirect_to basket_checkins_url(assigns(:basket))
270
+ response.should redirect_to(checkins_url(basket_id: assigns(:basket).id))
271
271
  end
272
272
  end
273
273
 
@@ -697,14 +697,12 @@ ActiveRecord::Schema.define(:version => 20140811031145) do
697
697
  t.text "attachment_meta"
698
698
  t.integer "month_of_publication"
699
699
  t.boolean "fulltext_content"
700
- t.string "doi"
701
700
  t.boolean "periodical"
702
701
  t.text "statement_of_responsibility"
703
702
  end
704
703
 
705
704
  add_index "manifestations", ["access_address"], :name => "index_manifestations_on_access_address"
706
705
  add_index "manifestations", ["date_of_publication"], :name => "index_manifestations_on_date_of_publication"
707
- add_index "manifestations", ["doi"], :name => "index_manifestations_on_doi"
708
706
  add_index "manifestations", ["manifestation_identifier"], :name => "index_manifestations_on_manifestation_identifier"
709
707
  add_index "manifestations", ["updated_at"], :name => "index_manifestations_on_updated_at"
710
708
 
Binary file
@@ -1260,3 +1260,632 @@
1260
1260
  [42252] 17 Aug 04:23:25.586 - 1 clients connected (0 slaves), 972256 bytes in use
1261
1261
  [42252] 17 Aug 04:23:30.621 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1262
1262
  [42252] 17 Aug 04:23:30.621 - 1 clients connected (0 slaves), 972256 bytes in use
1263
+ [62994] 18 Aug 09:46:47.969 * Increased maximum number of open files to 10032 (it was originally set to 256).
1264
+ _._
1265
+ _.-``__ ''-._
1266
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1267
+ .-`` .-```. ```\/ _.,_ ''-._
1268
+ ( ' , .-` | `, ) Running in stand alone mode
1269
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1270
+ | `-._ `._ / _.-' | PID: 62994
1271
+ `-._ `-._ `-./ _.-' _.-'
1272
+ |`-._`-._ `-.__.-' _.-'_.-'|
1273
+ | `-._`-._ _.-'_.-' | http://redis.io
1274
+ `-._ `-._`-.__.-'_.-' _.-'
1275
+ |`-._`-._ `-.__.-' _.-'_.-'|
1276
+ | `-._`-._ _.-'_.-' |
1277
+ `-._ `-._`-.__.-'_.-' _.-'
1278
+ `-._ `-.__.-' _.-'
1279
+ `-._ _.-'
1280
+ `-.__.-'
1281
+
1282
+ [62994] 18 Aug 09:46:47.982 # Server started, Redis version 2.8.13
1283
+ [62994] 18 Aug 09:46:47.983 * The server is now ready to accept connections on port 9736
1284
+ [62994] 18 Aug 09:46:48.980 - 0 clients connected (0 slaves), 952976 bytes in use
1285
+ [64732] 18 Aug 11:06:19.613 * Increased maximum number of open files to 10032 (it was originally set to 256).
1286
+ _._
1287
+ _.-``__ ''-._
1288
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1289
+ .-`` .-```. ```\/ _.,_ ''-._
1290
+ ( ' , .-` | `, ) Running in stand alone mode
1291
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1292
+ | `-._ `._ / _.-' | PID: 64732
1293
+ `-._ `-._ `-./ _.-' _.-'
1294
+ |`-._`-._ `-.__.-' _.-'_.-'|
1295
+ | `-._`-._ _.-'_.-' | http://redis.io
1296
+ `-._ `-._`-.__.-'_.-' _.-'
1297
+ |`-._`-._ `-.__.-' _.-'_.-'|
1298
+ | `-._`-._ _.-'_.-' |
1299
+ `-._ `-._`-.__.-'_.-' _.-'
1300
+ `-._ `-.__.-' _.-'
1301
+ `-._ _.-'
1302
+ `-.__.-'
1303
+
1304
+ [64732] 18 Aug 11:06:19.624 # Server started, Redis version 2.8.13
1305
+ [64732] 18 Aug 11:06:19.624 * The server is now ready to accept connections on port 9736
1306
+ [64848] 18 Aug 11:07:11.873 * Increased maximum number of open files to 10032 (it was originally set to 256).
1307
+ _._
1308
+ _.-``__ ''-._
1309
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1310
+ .-`` .-```. ```\/ _.,_ ''-._
1311
+ ( ' , .-` | `, ) Running in stand alone mode
1312
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1313
+ | `-._ `._ / _.-' | PID: 64848
1314
+ `-._ `-._ `-./ _.-' _.-'
1315
+ |`-._`-._ `-.__.-' _.-'_.-'|
1316
+ | `-._`-._ _.-'_.-' | http://redis.io
1317
+ `-._ `-._`-.__.-'_.-' _.-'
1318
+ |`-._`-._ `-.__.-' _.-'_.-'|
1319
+ | `-._`-._ _.-'_.-' |
1320
+ `-._ `-._`-.__.-'_.-' _.-'
1321
+ `-._ `-.__.-' _.-'
1322
+ `-._ _.-'
1323
+ `-.__.-'
1324
+
1325
+ [64848] 18 Aug 11:07:11.876 # Server started, Redis version 2.8.13
1326
+ [64848] 18 Aug 11:07:11.876 * The server is now ready to accept connections on port 9736
1327
+ [64848] 18 Aug 11:07:11.876 - 0 clients connected (0 slaves), 952976 bytes in use
1328
+ [64848] 18 Aug 11:07:16.912 - 0 clients connected (0 slaves), 952976 bytes in use
1329
+ [64848] 18 Aug 11:07:21.948 - 0 clients connected (0 slaves), 952976 bytes in use
1330
+ [64848] 18 Aug 11:07:26.991 - 0 clients connected (0 slaves), 952976 bytes in use
1331
+ [64848] 18 Aug 11:07:32.031 - 0 clients connected (0 slaves), 952976 bytes in use
1332
+ [64848] 18 Aug 11:07:37.068 - 0 clients connected (0 slaves), 952976 bytes in use
1333
+ [64848] 18 Aug 11:07:42.104 - 0 clients connected (0 slaves), 952976 bytes in use
1334
+ [64848] 18 Aug 11:07:43.659 - Accepted 127.0.0.1:61937
1335
+ [64848] 18 Aug 11:07:47.142 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1336
+ [64848] 18 Aug 11:07:47.142 - 1 clients connected (0 slaves), 971408 bytes in use
1337
+ [64848] 18 Aug 11:07:52.174 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1338
+ [64848] 18 Aug 11:07:52.174 - 1 clients connected (0 slaves), 971408 bytes in use
1339
+ [64848] 18 Aug 11:07:57.219 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1340
+ [64848] 18 Aug 11:07:57.219 - 1 clients connected (0 slaves), 971408 bytes in use
1341
+ [64848] 18 Aug 11:08:02.259 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1342
+ [64848] 18 Aug 11:08:02.259 - 1 clients connected (0 slaves), 971408 bytes in use
1343
+ [64848] 18 Aug 11:08:07.301 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1344
+ [64848] 18 Aug 11:08:07.301 - 1 clients connected (0 slaves), 972256 bytes in use
1345
+ [64848] 18 Aug 11:08:12.342 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1346
+ [64848] 18 Aug 11:08:12.342 - 1 clients connected (0 slaves), 972256 bytes in use
1347
+ [65080] 18 Aug 11:20:49.258 * Increased maximum number of open files to 10032 (it was originally set to 256).
1348
+ _._
1349
+ _.-``__ ''-._
1350
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1351
+ .-`` .-```. ```\/ _.,_ ''-._
1352
+ ( ' , .-` | `, ) Running in stand alone mode
1353
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1354
+ | `-._ `._ / _.-' | PID: 65080
1355
+ `-._ `-._ `-./ _.-' _.-'
1356
+ |`-._`-._ `-.__.-' _.-'_.-'|
1357
+ | `-._`-._ _.-'_.-' | http://redis.io
1358
+ `-._ `-._`-.__.-'_.-' _.-'
1359
+ |`-._`-._ `-.__.-' _.-'_.-'|
1360
+ | `-._`-._ _.-'_.-' |
1361
+ `-._ `-._`-.__.-'_.-' _.-'
1362
+ `-._ `-.__.-' _.-'
1363
+ `-._ _.-'
1364
+ `-.__.-'
1365
+
1366
+ [65080] 18 Aug 11:20:49.267 # Server started, Redis version 2.8.13
1367
+ [65080] 18 Aug 11:20:49.267 * The server is now ready to accept connections on port 9736
1368
+ [65080] 18 Aug 11:20:50.264 - 0 clients connected (0 slaves), 952976 bytes in use
1369
+ [72596] 18 Aug 17:47:17.525 * Increased maximum number of open files to 10032 (it was originally set to 256).
1370
+ _._
1371
+ _.-``__ ''-._
1372
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1373
+ .-`` .-```. ```\/ _.,_ ''-._
1374
+ ( ' , .-` | `, ) Running in stand alone mode
1375
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1376
+ | `-._ `._ / _.-' | PID: 72596
1377
+ `-._ `-._ `-./ _.-' _.-'
1378
+ |`-._`-._ `-.__.-' _.-'_.-'|
1379
+ | `-._`-._ _.-'_.-' | http://redis.io
1380
+ `-._ `-._`-.__.-'_.-' _.-'
1381
+ |`-._`-._ `-.__.-' _.-'_.-'|
1382
+ | `-._`-._ _.-'_.-' |
1383
+ `-._ `-._`-.__.-'_.-' _.-'
1384
+ `-._ `-.__.-' _.-'
1385
+ `-._ _.-'
1386
+ `-.__.-'
1387
+
1388
+ [72596] 18 Aug 17:47:17.565 # Server started, Redis version 2.8.13
1389
+ [72596] 18 Aug 17:47:17.566 * The server is now ready to accept connections on port 9736
1390
+ [72596] 18 Aug 17:47:18.562 - 0 clients connected (0 slaves), 952976 bytes in use
1391
+ [72596] 18 Aug 17:47:23.602 - 0 clients connected (0 slaves), 952976 bytes in use
1392
+ [72596] 18 Aug 17:47:28.646 - 0 clients connected (0 slaves), 952976 bytes in use
1393
+ [72596] 18 Aug 17:47:33.685 - 0 clients connected (0 slaves), 952976 bytes in use
1394
+ [72596] 18 Aug 17:47:38.727 - 0 clients connected (0 slaves), 952976 bytes in use
1395
+ [72596] 18 Aug 17:47:43.773 - 0 clients connected (0 slaves), 952976 bytes in use
1396
+ [72596] 18 Aug 17:47:47.495 - Accepted 127.0.0.1:54965
1397
+ [72596] 18 Aug 17:47:48.813 - DB 0: 2 keys (0 volatile) in 4 slots HT.
1398
+ [72596] 18 Aug 17:47:48.814 - 1 clients connected (0 slaves), 970976 bytes in use
1399
+ [72596] 18 Aug 17:47:53.860 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1400
+ [72596] 18 Aug 17:47:53.860 - 1 clients connected (0 slaves), 971408 bytes in use
1401
+ [72596] 18 Aug 17:47:58.900 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1402
+ [72596] 18 Aug 17:47:58.901 - 1 clients connected (0 slaves), 971408 bytes in use
1403
+ [72596] 18 Aug 17:48:03.944 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1404
+ [72596] 18 Aug 17:48:03.944 - 1 clients connected (0 slaves), 971408 bytes in use
1405
+ [72596] 18 Aug 17:48:08.987 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1406
+ [72596] 18 Aug 17:48:08.987 - 1 clients connected (0 slaves), 1005520 bytes in use
1407
+ [72596] 18 Aug 17:48:14.038 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1408
+ [72596] 18 Aug 17:48:14.038 - 1 clients connected (0 slaves), 972256 bytes in use
1409
+ [73399] 18 Aug 18:13:04.246 * Increased maximum number of open files to 10032 (it was originally set to 256).
1410
+ _._
1411
+ _.-``__ ''-._
1412
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1413
+ .-`` .-```. ```\/ _.,_ ''-._
1414
+ ( ' , .-` | `, ) Running in stand alone mode
1415
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1416
+ | `-._ `._ / _.-' | PID: 73399
1417
+ `-._ `-._ `-./ _.-' _.-'
1418
+ |`-._`-._ `-.__.-' _.-'_.-'|
1419
+ | `-._`-._ _.-'_.-' | http://redis.io
1420
+ `-._ `-._`-.__.-'_.-' _.-'
1421
+ |`-._`-._ `-.__.-' _.-'_.-'|
1422
+ | `-._`-._ _.-'_.-' |
1423
+ `-._ `-._`-.__.-'_.-' _.-'
1424
+ `-._ `-.__.-' _.-'
1425
+ `-._ _.-'
1426
+ `-.__.-'
1427
+
1428
+ [73399] 18 Aug 18:13:04.249 # Server started, Redis version 2.8.13
1429
+ [73399] 18 Aug 18:13:04.250 * The server is now ready to accept connections on port 9736
1430
+ [73399] 18 Aug 18:13:05.250 - 0 clients connected (0 slaves), 952976 bytes in use
1431
+ [73399] 18 Aug 18:13:10.296 - 0 clients connected (0 slaves), 952976 bytes in use
1432
+ [73399] 18 Aug 18:13:15.335 - 0 clients connected (0 slaves), 952976 bytes in use
1433
+ [73399] 18 Aug 18:13:20.375 - 0 clients connected (0 slaves), 952976 bytes in use
1434
+ [73399] 18 Aug 18:13:25.417 - 0 clients connected (0 slaves), 952976 bytes in use
1435
+ [73399] 18 Aug 18:13:30.459 - 0 clients connected (0 slaves), 952976 bytes in use
1436
+ [73399] 18 Aug 18:13:35.126 - Accepted 127.0.0.1:55662
1437
+ [73399] 18 Aug 18:13:35.505 - DB 0: 2 keys (0 volatile) in 4 slots HT.
1438
+ [73399] 18 Aug 18:13:35.505 - 1 clients connected (0 slaves), 970976 bytes in use
1439
+ [73399] 18 Aug 18:13:40.549 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1440
+ [73399] 18 Aug 18:13:40.549 - 1 clients connected (0 slaves), 971408 bytes in use
1441
+ [73399] 18 Aug 18:13:45.588 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1442
+ [73399] 18 Aug 18:13:45.588 - 1 clients connected (0 slaves), 971408 bytes in use
1443
+ [73399] 18 Aug 18:13:50.630 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1444
+ [73399] 18 Aug 18:13:50.631 - 1 clients connected (0 slaves), 971408 bytes in use
1445
+ [73399] 18 Aug 18:13:55.679 - DB 0: 4 keys (0 volatile) in 4 slots HT.
1446
+ [73399] 18 Aug 18:13:55.679 - 1 clients connected (0 slaves), 971792 bytes in use
1447
+ [73399] 18 Aug 18:14:00.716 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1448
+ [73399] 18 Aug 18:14:00.716 - 1 clients connected (0 slaves), 972256 bytes in use
1449
+ [73399] 18 Aug 18:14:05.758 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1450
+ [73399] 18 Aug 18:14:05.758 - 1 clients connected (0 slaves), 972256 bytes in use
1451
+ [73542] 18 Aug 18:16:19.111 * Increased maximum number of open files to 10032 (it was originally set to 256).
1452
+ _._
1453
+ _.-``__ ''-._
1454
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1455
+ .-`` .-```. ```\/ _.,_ ''-._
1456
+ ( ' , .-` | `, ) Running in stand alone mode
1457
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1458
+ | `-._ `._ / _.-' | PID: 73542
1459
+ `-._ `-._ `-./ _.-' _.-'
1460
+ |`-._`-._ `-.__.-' _.-'_.-'|
1461
+ | `-._`-._ _.-'_.-' | http://redis.io
1462
+ `-._ `-._`-.__.-'_.-' _.-'
1463
+ |`-._`-._ `-.__.-' _.-'_.-'|
1464
+ | `-._`-._ _.-'_.-' |
1465
+ `-._ `-._`-.__.-'_.-' _.-'
1466
+ `-._ `-.__.-' _.-'
1467
+ `-._ _.-'
1468
+ `-.__.-'
1469
+
1470
+ [73542] 18 Aug 18:16:19.113 # Server started, Redis version 2.8.13
1471
+ [73542] 18 Aug 18:16:19.113 * The server is now ready to accept connections on port 9736
1472
+ [73542] 18 Aug 18:16:19.113 - 0 clients connected (0 slaves), 952976 bytes in use
1473
+ [73542] 18 Aug 18:16:24.148 - 0 clients connected (0 slaves), 952976 bytes in use
1474
+ [73659] 18 Aug 18:20:08.335 * Increased maximum number of open files to 10032 (it was originally set to 256).
1475
+ _._
1476
+ _.-``__ ''-._
1477
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1478
+ .-`` .-```. ```\/ _.,_ ''-._
1479
+ ( ' , .-` | `, ) Running in stand alone mode
1480
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1481
+ | `-._ `._ / _.-' | PID: 73659
1482
+ `-._ `-._ `-./ _.-' _.-'
1483
+ |`-._`-._ `-.__.-' _.-'_.-'|
1484
+ | `-._`-._ _.-'_.-' | http://redis.io
1485
+ `-._ `-._`-.__.-'_.-' _.-'
1486
+ |`-._`-._ `-.__.-' _.-'_.-'|
1487
+ | `-._`-._ _.-'_.-' |
1488
+ `-._ `-._`-.__.-'_.-' _.-'
1489
+ `-._ `-.__.-' _.-'
1490
+ `-._ _.-'
1491
+ `-.__.-'
1492
+
1493
+ [73659] 18 Aug 18:20:08.337 # Server started, Redis version 2.8.13
1494
+ [73659] 18 Aug 18:20:08.337 * The server is now ready to accept connections on port 9736
1495
+ [73659] 18 Aug 18:20:08.337 - 0 clients connected (0 slaves), 952976 bytes in use
1496
+ [73659] 18 Aug 18:20:13.384 - 0 clients connected (0 slaves), 952976 bytes in use
1497
+ [73659] 18 Aug 18:20:18.420 - 0 clients connected (0 slaves), 952976 bytes in use
1498
+ [73659] 18 Aug 18:20:23.474 - 0 clients connected (0 slaves), 952976 bytes in use
1499
+ [73659] 18 Aug 18:20:28.513 - 0 clients connected (0 slaves), 952976 bytes in use
1500
+ [73659] 18 Aug 18:20:33.555 - 0 clients connected (0 slaves), 952976 bytes in use
1501
+ [73659] 18 Aug 18:20:38.596 - 0 clients connected (0 slaves), 952976 bytes in use
1502
+ [73659] 18 Aug 18:20:39.380 - Accepted 127.0.0.1:56041
1503
+ [73659] 18 Aug 18:20:43.642 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1504
+ [73659] 18 Aug 18:20:43.642 - 1 clients connected (0 slaves), 971408 bytes in use
1505
+ [73659] 18 Aug 18:20:48.689 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1506
+ [73659] 18 Aug 18:20:48.689 - 1 clients connected (0 slaves), 971408 bytes in use
1507
+ [73659] 18 Aug 18:20:53.732 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1508
+ [73659] 18 Aug 18:20:53.732 - 1 clients connected (0 slaves), 971408 bytes in use
1509
+ [73659] 18 Aug 18:20:58.769 - DB 0: 4 keys (0 volatile) in 4 slots HT.
1510
+ [73659] 18 Aug 18:20:58.769 - 1 clients connected (0 slaves), 971792 bytes in use
1511
+ [73659] 18 Aug 18:21:03.808 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1512
+ [73659] 18 Aug 18:21:03.808 - 1 clients connected (0 slaves), 972256 bytes in use
1513
+ [74908] 18 Aug 19:21:16.768 * Increased maximum number of open files to 10032 (it was originally set to 256).
1514
+ _._
1515
+ _.-``__ ''-._
1516
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1517
+ .-`` .-```. ```\/ _.,_ ''-._
1518
+ ( ' , .-` | `, ) Running in stand alone mode
1519
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1520
+ | `-._ `._ / _.-' | PID: 74908
1521
+ `-._ `-._ `-./ _.-' _.-'
1522
+ |`-._`-._ `-.__.-' _.-'_.-'|
1523
+ | `-._`-._ _.-'_.-' | http://redis.io
1524
+ `-._ `-._`-.__.-'_.-' _.-'
1525
+ |`-._`-._ `-.__.-' _.-'_.-'|
1526
+ | `-._`-._ _.-'_.-' |
1527
+ `-._ `-._`-.__.-'_.-' _.-'
1528
+ `-._ `-.__.-' _.-'
1529
+ `-._ _.-'
1530
+ `-.__.-'
1531
+
1532
+ [74908] 18 Aug 19:21:16.777 # Server started, Redis version 2.8.13
1533
+ [74908] 18 Aug 19:21:16.777 * The server is now ready to accept connections on port 9736
1534
+ [74908] 18 Aug 19:21:17.775 - 0 clients connected (0 slaves), 952976 bytes in use
1535
+ [74908] 18 Aug 19:21:22.820 - 0 clients connected (0 slaves), 952976 bytes in use
1536
+ [74908] 18 Aug 19:21:27.863 - 0 clients connected (0 slaves), 952976 bytes in use
1537
+ [74908] 18 Aug 19:21:32.904 - 0 clients connected (0 slaves), 952976 bytes in use
1538
+ [74908] 18 Aug 19:21:37.951 - 0 clients connected (0 slaves), 952976 bytes in use
1539
+ [74908] 18 Aug 19:21:42.987 - 0 clients connected (0 slaves), 952976 bytes in use
1540
+ [74908] 18 Aug 19:21:47.403 - Accepted 127.0.0.1:56660
1541
+ [74908] 18 Aug 19:21:48.031 - DB 0: 2 keys (0 volatile) in 4 slots HT.
1542
+ [74908] 18 Aug 19:21:48.031 - 1 clients connected (0 slaves), 970976 bytes in use
1543
+ [74908] 18 Aug 19:21:53.072 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1544
+ [74908] 18 Aug 19:21:53.073 - 1 clients connected (0 slaves), 971408 bytes in use
1545
+ [74908] 18 Aug 19:21:58.113 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1546
+ [74908] 18 Aug 19:21:58.113 - 1 clients connected (0 slaves), 971408 bytes in use
1547
+ [74908] 18 Aug 19:22:03.156 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1548
+ [74908] 18 Aug 19:22:03.156 - 1 clients connected (0 slaves), 971408 bytes in use
1549
+ [74908] 18 Aug 19:22:08.196 - DB 0: 4 keys (0 volatile) in 4 slots HT.
1550
+ [74908] 18 Aug 19:22:08.196 - 1 clients connected (0 slaves), 971792 bytes in use
1551
+ [74908] 18 Aug 19:22:13.230 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1552
+ [74908] 18 Aug 19:22:13.230 - 1 clients connected (0 slaves), 972256 bytes in use
1553
+ [75208] 18 Aug 19:25:41.555 * Increased maximum number of open files to 10032 (it was originally set to 256).
1554
+ _._
1555
+ _.-``__ ''-._
1556
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1557
+ .-`` .-```. ```\/ _.,_ ''-._
1558
+ ( ' , .-` | `, ) Running in stand alone mode
1559
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1560
+ | `-._ `._ / _.-' | PID: 75208
1561
+ `-._ `-._ `-./ _.-' _.-'
1562
+ |`-._`-._ `-.__.-' _.-'_.-'|
1563
+ | `-._`-._ _.-'_.-' | http://redis.io
1564
+ `-._ `-._`-.__.-'_.-' _.-'
1565
+ |`-._`-._ `-.__.-' _.-'_.-'|
1566
+ | `-._`-._ _.-'_.-' |
1567
+ `-._ `-._`-.__.-'_.-' _.-'
1568
+ `-._ `-.__.-' _.-'
1569
+ `-._ _.-'
1570
+ `-.__.-'
1571
+
1572
+ [75208] 18 Aug 19:25:41.557 # Server started, Redis version 2.8.13
1573
+ [75208] 18 Aug 19:25:41.557 * The server is now ready to accept connections on port 9736
1574
+ [75208] 18 Aug 19:25:41.557 - 0 clients connected (0 slaves), 952976 bytes in use
1575
+ [75208] 18 Aug 19:25:46.597 - 0 clients connected (0 slaves), 952976 bytes in use
1576
+ [75208] 18 Aug 19:25:51.640 - 0 clients connected (0 slaves), 952976 bytes in use
1577
+ [75208] 18 Aug 19:25:56.686 - 0 clients connected (0 slaves), 952976 bytes in use
1578
+ [75208] 18 Aug 19:26:01.724 - 0 clients connected (0 slaves), 952976 bytes in use
1579
+ [75208] 18 Aug 19:26:06.761 - 0 clients connected (0 slaves), 952976 bytes in use
1580
+ [75208] 18 Aug 19:26:11.694 - Accepted 127.0.0.1:57012
1581
+ [75208] 18 Aug 19:26:11.806 - DB 0: 2 keys (0 volatile) in 4 slots HT.
1582
+ [75208] 18 Aug 19:26:11.807 - 1 clients connected (0 slaves), 1004128 bytes in use
1583
+ [75208] 18 Aug 19:26:16.848 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1584
+ [75208] 18 Aug 19:26:16.848 - 1 clients connected (0 slaves), 971408 bytes in use
1585
+ [75208] 18 Aug 19:26:21.887 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1586
+ [75208] 18 Aug 19:26:21.887 - 1 clients connected (0 slaves), 971408 bytes in use
1587
+ [75208] 18 Aug 19:26:26.932 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1588
+ [75208] 18 Aug 19:26:26.932 - 1 clients connected (0 slaves), 971408 bytes in use
1589
+ [75208] 18 Aug 19:26:31.970 - DB 0: 4 keys (0 volatile) in 4 slots HT.
1590
+ [75208] 18 Aug 19:26:31.970 - 1 clients connected (0 slaves), 971792 bytes in use
1591
+ [75208] 18 Aug 19:26:37.013 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1592
+ [75208] 18 Aug 19:26:37.013 - 1 clients connected (0 slaves), 972256 bytes in use
1593
+ [75409] 18 Aug 19:28:14.675 * Increased maximum number of open files to 10032 (it was originally set to 256).
1594
+ _._
1595
+ _.-``__ ''-._
1596
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1597
+ .-`` .-```. ```\/ _.,_ ''-._
1598
+ ( ' , .-` | `, ) Running in stand alone mode
1599
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1600
+ | `-._ `._ / _.-' | PID: 75409
1601
+ `-._ `-._ `-./ _.-' _.-'
1602
+ |`-._`-._ `-.__.-' _.-'_.-'|
1603
+ | `-._`-._ _.-'_.-' | http://redis.io
1604
+ `-._ `-._`-.__.-'_.-' _.-'
1605
+ |`-._`-._ `-.__.-' _.-'_.-'|
1606
+ | `-._`-._ _.-'_.-' |
1607
+ `-._ `-._`-.__.-'_.-' _.-'
1608
+ `-._ `-.__.-' _.-'
1609
+ `-._ _.-'
1610
+ `-.__.-'
1611
+
1612
+ [75409] 18 Aug 19:28:14.677 # Server started, Redis version 2.8.13
1613
+ [75409] 18 Aug 19:28:14.677 * The server is now ready to accept connections on port 9736
1614
+ [75409] 18 Aug 19:28:14.677 - 0 clients connected (0 slaves), 952976 bytes in use
1615
+ [75409] 18 Aug 19:28:19.717 - 0 clients connected (0 slaves), 952976 bytes in use
1616
+ [75409] 18 Aug 19:28:24.761 - 0 clients connected (0 slaves), 952976 bytes in use
1617
+ [75409] 18 Aug 19:28:29.804 - 0 clients connected (0 slaves), 952976 bytes in use
1618
+ [75409] 18 Aug 19:28:34.847 - 0 clients connected (0 slaves), 952976 bytes in use
1619
+ [75409] 18 Aug 19:28:39.903 - 0 clients connected (0 slaves), 952976 bytes in use
1620
+ [75409] 18 Aug 19:28:44.941 - 0 clients connected (0 slaves), 952976 bytes in use
1621
+ [75409] 18 Aug 19:28:50.022 - 0 clients connected (0 slaves), 952976 bytes in use
1622
+ [75409] 18 Aug 19:28:55.100 - 0 clients connected (0 slaves), 952976 bytes in use
1623
+ [75409] 18 Aug 19:29:00.165 - 0 clients connected (0 slaves), 952976 bytes in use
1624
+ [75409] 18 Aug 19:29:05.279 - 0 clients connected (0 slaves), 952976 bytes in use
1625
+ [75409] 18 Aug 19:29:10.416 - 0 clients connected (0 slaves), 952976 bytes in use
1626
+ [75409] 18 Aug 19:29:15.489 - 0 clients connected (0 slaves), 952976 bytes in use
1627
+ [75409] 18 Aug 19:29:20.571 - 0 clients connected (0 slaves), 952976 bytes in use
1628
+ [75409] 18 Aug 19:29:24.116 - Accepted 127.0.0.1:57370
1629
+ [75409] 18 Aug 19:29:25.644 - DB 0: 2 keys (0 volatile) in 4 slots HT.
1630
+ [75409] 18 Aug 19:29:25.645 - 1 clients connected (0 slaves), 970976 bytes in use
1631
+ [75409] 18 Aug 19:29:30.709 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1632
+ [75409] 18 Aug 19:29:30.710 - 1 clients connected (0 slaves), 971296 bytes in use
1633
+ [75409] 18 Aug 19:29:35.795 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1634
+ [75409] 18 Aug 19:29:35.796 - 1 clients connected (0 slaves), 971408 bytes in use
1635
+ [75409] 18 Aug 19:29:40.873 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1636
+ [75409] 18 Aug 19:29:40.873 - 1 clients connected (0 slaves), 971408 bytes in use
1637
+ [75409] 18 Aug 19:29:45.924 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1638
+ [75409] 18 Aug 19:29:45.924 - 1 clients connected (0 slaves), 971408 bytes in use
1639
+ [75409] 18 Aug 19:29:50.981 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1640
+ [75409] 18 Aug 19:29:50.981 - 1 clients connected (0 slaves), 971408 bytes in use
1641
+ [75409] 18 Aug 19:29:56.031 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1642
+ [75409] 18 Aug 19:29:56.032 - 1 clients connected (0 slaves), 971408 bytes in use
1643
+ [75409] 18 Aug 19:30:01.101 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1644
+ [75409] 18 Aug 19:30:01.101 - 1 clients connected (0 slaves), 971408 bytes in use
1645
+ [75409] 18 Aug 19:30:06.159 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1646
+ [75409] 18 Aug 19:30:06.160 - 1 clients connected (0 slaves), 971408 bytes in use
1647
+ [75409] 18 Aug 19:30:11.221 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1648
+ [75409] 18 Aug 19:30:11.222 - 1 clients connected (0 slaves), 971408 bytes in use
1649
+ [75409] 18 Aug 19:30:16.281 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1650
+ [75409] 18 Aug 19:30:16.281 - 1 clients connected (0 slaves), 971408 bytes in use
1651
+ [75409] 18 Aug 19:30:21.330 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1652
+ [75409] 18 Aug 19:30:21.331 - 1 clients connected (0 slaves), 971408 bytes in use
1653
+ [75409] 18 Aug 19:30:26.367 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1654
+ [75409] 18 Aug 19:30:26.367 - 1 clients connected (0 slaves), 971408 bytes in use
1655
+ [75409] 18 Aug 19:30:31.416 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1656
+ [75409] 18 Aug 19:30:31.416 - 1 clients connected (0 slaves), 971408 bytes in use
1657
+ [75409] 18 Aug 19:30:36.477 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1658
+ [75409] 18 Aug 19:30:36.477 - 1 clients connected (0 slaves), 971408 bytes in use
1659
+ [75409] 18 Aug 19:30:41.532 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1660
+ [75409] 18 Aug 19:30:41.533 - 1 clients connected (0 slaves), 971408 bytes in use
1661
+ [75409] 18 Aug 19:30:46.581 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1662
+ [75409] 18 Aug 19:30:46.581 - 1 clients connected (0 slaves), 971408 bytes in use
1663
+ [75409] 18 Aug 19:30:51.627 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1664
+ [75409] 18 Aug 19:30:51.628 - 1 clients connected (0 slaves), 971408 bytes in use
1665
+ [75409] 18 Aug 19:30:56.674 - DB 0: 4 keys (0 volatile) in 4 slots HT.
1666
+ [75409] 18 Aug 19:30:56.675 - 1 clients connected (0 slaves), 971792 bytes in use
1667
+ [75409] 18 Aug 19:31:01.723 - DB 0: 4 keys (0 volatile) in 4 slots HT.
1668
+ [75409] 18 Aug 19:31:01.723 - 1 clients connected (0 slaves), 971792 bytes in use
1669
+ [75409] 18 Aug 19:31:06.767 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1670
+ [75409] 18 Aug 19:31:06.768 - 1 clients connected (0 slaves), 972256 bytes in use
1671
+ [75409] 18 Aug 19:31:11.812 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1672
+ [75409] 18 Aug 19:31:11.813 - 1 clients connected (0 slaves), 972256 bytes in use
1673
+ [75409] 18 Aug 19:31:16.873 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1674
+ [75409] 18 Aug 19:31:16.874 - 1 clients connected (0 slaves), 972256 bytes in use
1675
+ [75409] 18 Aug 19:31:21.932 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1676
+ [75409] 18 Aug 19:31:21.933 - 1 clients connected (0 slaves), 972256 bytes in use
1677
+ [75409] 18 Aug 19:31:26.989 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1678
+ [75409] 18 Aug 19:31:26.989 - 1 clients connected (0 slaves), 972256 bytes in use
1679
+ [75409] 18 Aug 19:31:32.042 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1680
+ [75409] 18 Aug 19:31:32.043 - 1 clients connected (0 slaves), 972256 bytes in use
1681
+ [75550] 18 Aug 19:39:07.276 * Increased maximum number of open files to 10032 (it was originally set to 256).
1682
+ _._
1683
+ _.-``__ ''-._
1684
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1685
+ .-`` .-```. ```\/ _.,_ ''-._
1686
+ ( ' , .-` | `, ) Running in stand alone mode
1687
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1688
+ | `-._ `._ / _.-' | PID: 75550
1689
+ `-._ `-._ `-./ _.-' _.-'
1690
+ |`-._`-._ `-.__.-' _.-'_.-'|
1691
+ | `-._`-._ _.-'_.-' | http://redis.io
1692
+ `-._ `-._`-.__.-'_.-' _.-'
1693
+ |`-._`-._ `-.__.-' _.-'_.-'|
1694
+ | `-._`-._ _.-'_.-' |
1695
+ `-._ `-._`-.__.-'_.-' _.-'
1696
+ `-._ `-.__.-' _.-'
1697
+ `-._ _.-'
1698
+ `-.__.-'
1699
+
1700
+ [75550] 18 Aug 19:39:07.281 # Server started, Redis version 2.8.13
1701
+ [75550] 18 Aug 19:39:07.282 * The server is now ready to accept connections on port 9736
1702
+ [75550] 18 Aug 19:39:08.282 - 0 clients connected (0 slaves), 952976 bytes in use
1703
+ [75550] 18 Aug 19:39:13.331 - 0 clients connected (0 slaves), 952976 bytes in use
1704
+ [75550] 18 Aug 19:39:18.408 - 0 clients connected (0 slaves), 952976 bytes in use
1705
+ [75550] 18 Aug 19:39:23.455 - 0 clients connected (0 slaves), 952976 bytes in use
1706
+ [75550] 18 Aug 19:39:28.506 - 0 clients connected (0 slaves), 952976 bytes in use
1707
+ [75550] 18 Aug 19:39:33.548 - 0 clients connected (0 slaves), 952976 bytes in use
1708
+ [75550] 18 Aug 19:39:38.608 - 0 clients connected (0 slaves), 952976 bytes in use
1709
+ [75550] 18 Aug 19:39:43.657 - 0 clients connected (0 slaves), 952976 bytes in use
1710
+ [75550] 18 Aug 19:39:48.708 - 0 clients connected (0 slaves), 952976 bytes in use
1711
+ [75550] 18 Aug 19:39:53.758 - 0 clients connected (0 slaves), 952976 bytes in use
1712
+ [75550] 18 Aug 19:39:58.811 - 0 clients connected (0 slaves), 952976 bytes in use
1713
+ [75550] 18 Aug 19:40:03.868 - 0 clients connected (0 slaves), 952976 bytes in use
1714
+ [75550] 18 Aug 19:40:08.915 - 0 clients connected (0 slaves), 952976 bytes in use
1715
+ [75550] 18 Aug 19:40:13.957 - 0 clients connected (0 slaves), 952976 bytes in use
1716
+ [75550] 18 Aug 19:40:19.006 - 0 clients connected (0 slaves), 952976 bytes in use
1717
+ [75550] 18 Aug 19:40:24.054 - 0 clients connected (0 slaves), 952976 bytes in use
1718
+ [75550] 18 Aug 19:40:29.106 - 0 clients connected (0 slaves), 952976 bytes in use
1719
+ [75550] 18 Aug 19:40:34.165 - 0 clients connected (0 slaves), 952976 bytes in use
1720
+ [75550] 18 Aug 19:40:39.214 - 0 clients connected (0 slaves), 952976 bytes in use
1721
+ [75550] 18 Aug 19:40:42.457 - Accepted 127.0.0.1:57852
1722
+ [75550] 18 Aug 19:40:44.261 - DB 0: 2 keys (0 volatile) in 4 slots HT.
1723
+ [75550] 18 Aug 19:40:44.261 - 1 clients connected (0 slaves), 970976 bytes in use
1724
+ [75550] 18 Aug 19:40:49.313 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1725
+ [75550] 18 Aug 19:40:49.313 - 1 clients connected (0 slaves), 971408 bytes in use
1726
+ [75550] 18 Aug 19:40:54.394 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1727
+ [75550] 18 Aug 19:40:54.394 - 1 clients connected (0 slaves), 971408 bytes in use
1728
+ [75550] 18 Aug 19:40:59.452 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1729
+ [75550] 18 Aug 19:40:59.515 - 1 clients connected (0 slaves), 971408 bytes in use
1730
+ [75550] 18 Aug 19:41:04.585 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1731
+ [75550] 18 Aug 19:41:04.586 - 1 clients connected (0 slaves), 971408 bytes in use
1732
+ [75550] 18 Aug 19:41:09.637 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1733
+ [75550] 18 Aug 19:41:09.637 - 1 clients connected (0 slaves), 971408 bytes in use
1734
+ [75550] 18 Aug 19:41:14.687 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1735
+ [75550] 18 Aug 19:41:14.688 - 1 clients connected (0 slaves), 971408 bytes in use
1736
+ [75550] 18 Aug 19:41:19.734 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1737
+ [75550] 18 Aug 19:41:19.734 - 1 clients connected (0 slaves), 971408 bytes in use
1738
+ [75550] 18 Aug 19:41:24.781 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1739
+ [75550] 18 Aug 19:41:24.781 - 1 clients connected (0 slaves), 971408 bytes in use
1740
+ [75550] 18 Aug 19:41:29.834 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1741
+ [75550] 18 Aug 19:41:29.834 - 1 clients connected (0 slaves), 971408 bytes in use
1742
+ [75550] 18 Aug 19:41:34.891 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1743
+ [75550] 18 Aug 19:41:34.892 - 1 clients connected (0 slaves), 971408 bytes in use
1744
+ [75550] 18 Aug 19:41:39.951 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1745
+ [75550] 18 Aug 19:41:39.951 - 1 clients connected (0 slaves), 971408 bytes in use
1746
+ [75550] 18 Aug 19:41:45.017 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1747
+ [75550] 18 Aug 19:41:45.017 - 1 clients connected (0 slaves), 971408 bytes in use
1748
+ [75550] 18 Aug 19:41:50.064 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1749
+ [75550] 18 Aug 19:41:50.065 - 1 clients connected (0 slaves), 971408 bytes in use
1750
+ [75550] 18 Aug 19:41:55.106 - DB 0: 4 keys (0 volatile) in 4 slots HT.
1751
+ [75550] 18 Aug 19:41:55.106 - 1 clients connected (0 slaves), 971792 bytes in use
1752
+ [75550] 18 Aug 19:42:00.171 - DB 0: 4 keys (0 volatile) in 4 slots HT.
1753
+ [75550] 18 Aug 19:42:00.172 - 1 clients connected (0 slaves), 971792 bytes in use
1754
+ [75550] 18 Aug 19:42:05.236 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1755
+ [75550] 18 Aug 19:42:05.236 - 1 clients connected (0 slaves), 972256 bytes in use
1756
+ [75550] 18 Aug 19:42:10.302 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1757
+ [75550] 18 Aug 19:42:10.302 - 1 clients connected (0 slaves), 972256 bytes in use
1758
+ [75550] 18 Aug 19:42:15.346 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1759
+ [75550] 18 Aug 19:42:15.346 - 1 clients connected (0 slaves), 972256 bytes in use
1760
+ [75550] 18 Aug 19:42:20.392 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1761
+ [75550] 18 Aug 19:42:20.392 - 1 clients connected (0 slaves), 972256 bytes in use
1762
+ [75550] 18 Aug 19:42:25.440 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1763
+ [75550] 18 Aug 19:42:25.441 - 1 clients connected (0 slaves), 972256 bytes in use
1764
+ [75632] 18 Aug 19:44:16.950 * Increased maximum number of open files to 10032 (it was originally set to 256).
1765
+ _._
1766
+ _.-``__ ''-._
1767
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1768
+ .-`` .-```. ```\/ _.,_ ''-._
1769
+ ( ' , .-` | `, ) Running in stand alone mode
1770
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1771
+ | `-._ `._ / _.-' | PID: 75632
1772
+ `-._ `-._ `-./ _.-' _.-'
1773
+ |`-._`-._ `-.__.-' _.-'_.-'|
1774
+ | `-._`-._ _.-'_.-' | http://redis.io
1775
+ `-._ `-._`-.__.-'_.-' _.-'
1776
+ |`-._`-._ `-.__.-' _.-'_.-'|
1777
+ | `-._`-._ _.-'_.-' |
1778
+ `-._ `-._`-.__.-'_.-' _.-'
1779
+ `-._ `-.__.-' _.-'
1780
+ `-._ _.-'
1781
+ `-.__.-'
1782
+
1783
+ [75632] 18 Aug 19:44:16.956 # Server started, Redis version 2.8.13
1784
+ [75632] 18 Aug 19:44:16.956 * The server is now ready to accept connections on port 9736
1785
+ [75632] 18 Aug 19:44:17.956 - 0 clients connected (0 slaves), 952976 bytes in use
1786
+ [75724] 18 Aug 19:47:05.736 * Increased maximum number of open files to 10032 (it was originally set to 256).
1787
+ _._
1788
+ _.-``__ ''-._
1789
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1790
+ .-`` .-```. ```\/ _.,_ ''-._
1791
+ ( ' , .-` | `, ) Running in stand alone mode
1792
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1793
+ | `-._ `._ / _.-' | PID: 75724
1794
+ `-._ `-._ `-./ _.-' _.-'
1795
+ |`-._`-._ `-.__.-' _.-'_.-'|
1796
+ | `-._`-._ _.-'_.-' | http://redis.io
1797
+ `-._ `-._`-.__.-'_.-' _.-'
1798
+ |`-._`-._ `-.__.-' _.-'_.-'|
1799
+ | `-._`-._ _.-'_.-' |
1800
+ `-._ `-._`-.__.-'_.-' _.-'
1801
+ `-._ `-.__.-' _.-'
1802
+ `-._ _.-'
1803
+ `-.__.-'
1804
+
1805
+ [75724] 18 Aug 19:47:05.743 # Server started, Redis version 2.8.13
1806
+ [75724] 18 Aug 19:47:05.743 * The server is now ready to accept connections on port 9736
1807
+ [6812] 20 Aug 00:00:14.132 * Increased maximum number of open files to 10032 (it was originally set to 256).
1808
+ _._
1809
+ _.-``__ ''-._
1810
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1811
+ .-`` .-```. ```\/ _.,_ ''-._
1812
+ ( ' , .-` | `, ) Running in stand alone mode
1813
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1814
+ | `-._ `._ / _.-' | PID: 6812
1815
+ `-._ `-._ `-./ _.-' _.-'
1816
+ |`-._`-._ `-.__.-' _.-'_.-'|
1817
+ | `-._`-._ _.-'_.-' | http://redis.io
1818
+ `-._ `-._`-.__.-'_.-' _.-'
1819
+ |`-._`-._ `-.__.-' _.-'_.-'|
1820
+ | `-._`-._ _.-'_.-' |
1821
+ `-._ `-._`-.__.-'_.-' _.-'
1822
+ `-._ `-.__.-' _.-'
1823
+ `-._ _.-'
1824
+ `-.__.-'
1825
+
1826
+ [6812] 20 Aug 00:00:14.173 # Server started, Redis version 2.8.13
1827
+ [6812] 20 Aug 00:00:14.173 * The server is now ready to accept connections on port 9736
1828
+ [6812] 20 Aug 00:00:15.170 - 0 clients connected (0 slaves), 952976 bytes in use
1829
+ [6812] 20 Aug 00:00:20.226 - 0 clients connected (0 slaves), 952976 bytes in use
1830
+ [6812] 20 Aug 00:00:25.258 - 0 clients connected (0 slaves), 952976 bytes in use
1831
+ [6812] 20 Aug 00:00:30.289 - 0 clients connected (0 slaves), 952976 bytes in use
1832
+ [6812] 20 Aug 00:00:35.322 - 0 clients connected (0 slaves), 952976 bytes in use
1833
+ [6812] 20 Aug 00:00:40.362 - 0 clients connected (0 slaves), 952976 bytes in use
1834
+ [6812] 20 Aug 00:00:45.397 - 0 clients connected (0 slaves), 952976 bytes in use
1835
+ [6812] 20 Aug 00:00:46.657 - Accepted 127.0.0.1:56271
1836
+ [6812] 20 Aug 00:00:50.428 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1837
+ [6812] 20 Aug 00:00:50.428 - 1 clients connected (0 slaves), 971408 bytes in use
1838
+ [6812] 20 Aug 00:00:55.468 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1839
+ [6812] 20 Aug 00:00:55.468 - 1 clients connected (0 slaves), 971408 bytes in use
1840
+ [6812] 20 Aug 00:01:00.508 - DB 0: 3 keys (0 volatile) in 4 slots HT.
1841
+ [6812] 20 Aug 00:01:00.508 - 1 clients connected (0 slaves), 971408 bytes in use
1842
+ [6812] 20 Aug 00:01:05.544 - DB 0: 4 keys (0 volatile) in 4 slots HT.
1843
+ [6812] 20 Aug 00:01:05.544 - 1 clients connected (0 slaves), 1004960 bytes in use
1844
+ [6812] 20 Aug 00:01:10.584 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1845
+ [6812] 20 Aug 00:01:10.584 - 1 clients connected (0 slaves), 972256 bytes in use
1846
+ [6812] 20 Aug 00:01:15.624 - DB 0: 5 keys (0 volatile) in 8 slots HT.
1847
+ [6812] 20 Aug 00:01:15.624 - 1 clients connected (0 slaves), 972256 bytes in use
1848
+ [6908] 20 Aug 00:02:23.666 * Increased maximum number of open files to 10032 (it was originally set to 256).
1849
+ _._
1850
+ _.-``__ ''-._
1851
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1852
+ .-`` .-```. ```\/ _.,_ ''-._
1853
+ ( ' , .-` | `, ) Running in stand alone mode
1854
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1855
+ | `-._ `._ / _.-' | PID: 6908
1856
+ `-._ `-._ `-./ _.-' _.-'
1857
+ |`-._`-._ `-.__.-' _.-'_.-'|
1858
+ | `-._`-._ _.-'_.-' | http://redis.io
1859
+ `-._ `-._`-.__.-'_.-' _.-'
1860
+ |`-._`-._ `-.__.-' _.-'_.-'|
1861
+ | `-._`-._ _.-'_.-' |
1862
+ `-._ `-._`-.__.-'_.-' _.-'
1863
+ `-._ `-.__.-' _.-'
1864
+ `-._ _.-'
1865
+ `-.__.-'
1866
+
1867
+ [6908] 20 Aug 00:02:23.668 # Server started, Redis version 2.8.13
1868
+ [6908] 20 Aug 00:02:23.668 * The server is now ready to accept connections on port 9736
1869
+ [6908] 20 Aug 00:02:23.668 - 0 clients connected (0 slaves), 952976 bytes in use
1870
+ [7034] 20 Aug 00:05:32.819 * Increased maximum number of open files to 10032 (it was originally set to 256).
1871
+ _._
1872
+ _.-``__ ''-._
1873
+ _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
1874
+ .-`` .-```. ```\/ _.,_ ''-._
1875
+ ( ' , .-` | `, ) Running in stand alone mode
1876
+ |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
1877
+ | `-._ `._ / _.-' | PID: 7034
1878
+ `-._ `-._ `-./ _.-' _.-'
1879
+ |`-._`-._ `-.__.-' _.-'_.-'|
1880
+ | `-._`-._ _.-'_.-' | http://redis.io
1881
+ `-._ `-._`-.__.-'_.-' _.-'
1882
+ |`-._`-._ `-.__.-' _.-'_.-'|
1883
+ | `-._`-._ _.-'_.-' |
1884
+ `-._ `-._`-.__.-'_.-' _.-'
1885
+ `-._ `-.__.-' _.-'
1886
+ `-._ _.-'
1887
+ `-.__.-'
1888
+
1889
+ [7034] 20 Aug 00:05:32.821 # Server started, Redis version 2.8.13
1890
+ [7034] 20 Aug 00:05:32.821 * The server is now ready to accept connections on port 9736
1891
+ [7034] 20 Aug 00:05:32.821 - 0 clients connected (0 slaves), 952976 bytes in use