Revision history for Perl extension Redis::Namespace
0.13 2019-12-12T04:00:48Z
        - support more commands of Redis 5.0
0.12 2019-08-19T23:12:00Z
        - support older Perls again
0.11 2019-08-19T22:26:18Z
        - drop support of perl 5.20
        - fix some tests
0.10 2019-08-12T02:32:23Z
        - support commands of Redis 5.0
        - add strict option
        - escape the pattern of KEY, SCAN, PSUBSCRIBE and PUNSUBSCRIBE command
0.09 2019-08-02T12:45:12Z
        - fix failing test with Redis 5 #9
        - shrink cpanfile #11
0.08 2018-01-28T12:15:16Z
	- support bitfield, georadius, georadiusbymember, swapdb, touch, and unlink command
0.07 2016-01-19T00:48:31Z
        - support 3.2 pipelined migrate
        - fix some test
0.06 2015-09-22T03:30:34Z
        - support commands of Redis 3.0
        - add guess option
0.05 2015-09-21T11:30:06Z
        - fix synopsis (thx mihyaeru21)
0.04 2015-07-09T16:26:03Z
        - support namespaces including special chars (thx karupanerura)
0.03 2014-09-13T10:00:47Z
        - fix build prereq
0.02 2013-12-26T13:47:39Z
	- support scan/sscan/hscan/zscan
	- fix test for Redis-2.8
0.01 2013-10-14T12:43:45Z
        - first version