Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 0515064

Browse files
author
Gab
committed
Remove unused file, edit sample to use the default redis config
1 parent bdef0a3 commit 0515064

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Alias: `size`
8383

8484
```
8585
-- Count all items from the list
86-
count my_super_list;
86+
count my_super_list
8787
8888
-- Count all items with a priority between 1 and 1110
8989
count my_super_list 1 1110

clients/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from lib.RpqQueue import RpqQueue
1818
from lib.RpqLua import RpqLua
1919

2020
# Redis instance
21-
r = redis.StrictRedis(host='127.0.0.1', port=6483, db=0, password='97e4cda4851539dbb33a891fdd714499501a4dc8')
21+
r = redis.StrictRedis(host='127.0.0.1', port=6379, db=0, password='')
2222

2323
# Load LUA Script
2424
RpqLua = RpqLua()

clients/python/sample.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)