/[Redis.pre-github]/lib/Redis.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /lib/Redis.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 70 - (view) (annotate) - [select for diffs]
Modified Wed Mar 17 20:26:07 2010 UTC (14 years ago) by dpavlin
File length: 7011 byte(s)
Diff to previous 69
use Encode::_utf8_on to mark bytes from Redis socket as utf-8 chars

Revision 69 - (view) (annotate) - [select for diffs]
Modified Wed Mar 17 18:22:09 2010 UTC (14 years ago) by dpavlin
File length: 6947 byte(s)
Diff to previous 66
added use bytes to support utf-8 encoded strings

We are not round-tripping utf-8 encoding strings correctly in
this version. We will get string back wothout perl utf-8 flag


Revision 66 - (view) (annotate) - [select for diffs]
Modified Wed Mar 17 16:58:00 2010 UTC (14 years ago) by dpavlin
File length: 6934 byte(s)
Diff to previous 65
version bump [1.2001]


Revision 65 - (view) (annotate) - [select for diffs]
Modified Wed Mar 17 16:24:28 2010 UTC (14 years ago) by dpavlin
File length: 6932 byte(s)
Diff to previous 64
Added support for Redis >= 1.2 bulk commands



Revision 64 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 18:36:56 2009 UTC (14 years, 3 months ago) by dpavlin
File length: 6838 byte(s)
Diff to previous 63
confess command and result


Revision 63 - (view) (annotate) - [select for diffs]
Modified Mon Sep 14 11:37:25 2009 UTC (14 years, 6 months ago) by dpavlin
File length: 6825 byte(s)
Diff to previous 61
use Data::Dumper instead of Data::Dump so all our dependencies are perl core modules

Revision 61 - (view) (annotate) - [select for diffs]
Modified Sat Sep 12 15:08:59 2009 UTC (14 years, 6 months ago) by dpavlin
File length: 6826 byte(s)
Diff to previous 55
version bump [0.0801]

- implement constructior parametars
- use enviroment variables REDIS_SERVER and REDIS_DEBUG
- create new socket for each object allowing concurrency

Revision 55 - (view) (annotate) - [select for diffs]
Modified Tue Mar 24 23:43:24 2009 UTC (15 years ago) by dpavlin
File length: 6574 byte(s)
Diff to previous 53
fix warnings

Revision 53 - (view) (annotate) - [select for diffs]
Modified Tue Mar 24 22:51:53 2009 UTC (15 years ago) by dpavlin
File length: 6498 byte(s)
Diff to previous 51
update bindings for new protocol 0.08

new protocol is self-describing, so all commands are
now implemented using AUTOLOAD

Revision 51 - (view) (annotate) - [select for diffs]
Modified Mon Mar 23 11:44:25 2009 UTC (15 years ago) by dpavlin
File length: 10011 byte(s)
Diff to previous 50
info

Revision 50 - (view) (annotate) - [select for diffs]
Modified Mon Mar 23 11:40:50 2009 UTC (15 years ago) by dpavlin
File length: 9717 byte(s)
Diff to previous 48
bgsave, lastsave, shutdown

Revision 48 - (view) (annotate) - [select for diffs]
Modified Mon Mar 23 11:33:21 2009 UTC (15 years ago) by dpavlin
File length: 9389 byte(s)
Diff to previous 47
save

Revision 47 - (view) (annotate) - [select for diffs]
Modified Mon Mar 23 11:30:40 2009 UTC (15 years ago) by dpavlin
File length: 9241 byte(s)
Diff to previous 45
sort

Revision 45 - (view) (annotate) - [select for diffs]
Modified Mon Mar 23 10:42:29 2009 UTC (15 years ago) by dpavlin
File length: 9056 byte(s)
Diff to previous 43
mget

Revision 43 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 20:04:17 2009 UTC (15 years ago) by dpavlin
File length: 8914 byte(s)
Diff to previous 41
fixed Redis::Hash keys problem,
separate prefix from key with :,
return key names without prefix

Revision 41 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 18:42:21 2009 UTC (15 years ago) by dpavlin
File length: 8861 byte(s)
Diff to previous 40
flushdb, flushall

Revision 40 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 18:39:06 2009 UTC (15 years ago) by dpavlin
File length: 8641 byte(s)
Diff to previous 38
move

Revision 38 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 18:17:05 2009 UTC (15 years ago) by dpavlin
File length: 8371 byte(s)
Diff to previous 37
select

Revision 37 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 18:07:46 2009 UTC (15 years ago) by dpavlin
File length: 8201 byte(s)
Diff to previous 36
REDIS enviroment variable controlls debug output

Revision 36 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 18:05:12 2009 UTC (15 years ago) by dpavlin
File length: 8078 byte(s)
Diff to previous 35
fix boilerplate texts

Revision 35 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 17:53:57 2009 UTC (15 years ago) by dpavlin
File length: 7980 byte(s)
Diff to previous 34
added link to Redis::List

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 17:37:46 2009 UTC (15 years ago) by dpavlin
File length: 7936 byte(s)
Diff to previous 33
sinterstore

Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 17:31:40 2009 UTC (15 years ago) by dpavlin
File length: 7767 byte(s)
Diff to previous 32
sinter

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 17:06:34 2009 UTC (15 years ago) by dpavlin
File length: 7518 byte(s)
Diff to previous 31
sismember

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 17:05:00 2009 UTC (15 years ago) by dpavlin
File length: 7343 byte(s)
Diff to previous 30
scard

Revision 30 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 17:02:46 2009 UTC (15 years ago) by dpavlin
File length: 7208 byte(s)
Diff to previous 28
sadd, srem

Revision 28 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 15:02:42 2009 UTC (15 years ago) by dpavlin
File length: 6863 byte(s)
Diff to previous 27
support for set foo => undef

Revision 27 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 13:44:19 2009 UTC (15 years ago) by dpavlin
File length: 6750 byte(s)
Diff to previous 26
lpop, rpop

Revision 26 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 13:37:49 2009 UTC (15 years ago) by dpavlin
File length: 6459 byte(s)
Diff to previous 24
lrem

Revision 24 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 13:18:11 2009 UTC (15 years ago) by dpavlin
File length: 6046 byte(s)
Diff to previous 23
lset, generalize _sock_send_bulk to any number of arguments

Revision 23 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 13:09:15 2009 UTC (15 years ago) by dpavlin
File length: 5883 byte(s)
Diff to previous 22
lindex

Revision 22 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 10:45:06 2009 UTC (15 years ago) by dpavlin
File length: 5727 byte(s)
Diff to previous 21
ltrim

Revision 21 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 10:36:22 2009 UTC (15 years ago) by dpavlin
File length: 5553 byte(s)
Diff to previous 20
lrange, _sock_send refactor

Revision 20 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 09:51:34 2009 UTC (15 years ago) by dpavlin
File length: 5096 byte(s)
Diff to previous 19
llen, _sock_send

Revision 19 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 09:46:14 2009 UTC (15 years ago) by dpavlin
File length: 4888 byte(s)
Diff to previous 18
lpush

Revision 18 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 09:44:30 2009 UTC (15 years ago) by dpavlin
File length: 4741 byte(s)
Diff to previous 17
rpush, refactor _sock_send_bulk to expect +OK

Revision 17 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 09:22:39 2009 UTC (15 years ago) by dpavlin
File length: 4424 byte(s)
Diff to previous 15
dbsize

Revision 15 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 23:39:20 2009 UTC (15 years ago) by dpavlin
File length: 4294 byte(s)
Diff to previous 14
cleanup NX variants of commands

Revision 14 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 23:36:26 2009 UTC (15 years ago) by dpavlin
File length: 4300 byte(s)
Diff to previous 13
rename, renamenx

Revision 13 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 23:26:46 2009 UTC (15 years ago) by dpavlin
File length: 4063 byte(s)
Diff to previous 12
randomkey

Revision 12 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 23:23:37 2009 UTC (15 years ago) by dpavlin
File length: 3918 byte(s)
Diff to previous 11
keys, _sock_result_bulk

Revision 11 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 23:09:48 2009 UTC (15 years ago) by dpavlin
File length: 3650 byte(s)
Diff to previous 10
make _sock_result private, type

Revision 10 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 23:05:02 2009 UTC (15 years ago) by dpavlin
File length: 3505 byte(s)
Diff to previous 9
del, small refacture into sock_result

Revision 9 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 22:54:10 2009 UTC (15 years ago) by dpavlin
File length: 3375 byte(s)
Diff to previous 8
exists

Revision 8 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 22:48:46 2009 UTC (15 years ago) by dpavlin
File length: 3143 byte(s)
Diff to previous 7
decr

Revision 7 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 22:38:56 2009 UTC (15 years ago) by dpavlin
File length: 2852 byte(s)
Diff to previous 5
incr, incrby

Revision 5 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 22:20:51 2009 UTC (15 years ago) by dpavlin
File length: 2563 byte(s)
Diff to previous 4
setnx

Revision 4 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 21:53:15 2009 UTC (15 years ago) by dpavlin
File length: 2499 byte(s)
Diff to previous 3
test non-existing key and strip cr/lf after get value

Revision 3 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 21:40:53 2009 UTC (15 years ago) by dpavlin
File length: 2359 byte(s)
Diff to previous 2
set, get

Revision 2 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 21:25:52 2009 UTC (15 years ago) by dpavlin
File length: 1927 byte(s)
Diff to previous 1
quit, ping

Revision 1 - (view) (annotate) - [select for diffs]
Added Sat Mar 21 20:20:45 2009 UTC (15 years ago) by dpavlin
File length: 1607 byte(s)
module-starter --module Redis --author="Dobrica Pavlinusic" --email=dpavlin@rot13.org


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26