Pieter Noordhuis bd70a5f588 Stop using /dev/null to find out the serialized object length
Now the rdbSave* functions return the number of bytes written (or
required to write) in serializing a Redis object, writing to /dev/null
and using ftell (which doesn't work on FreeBSD) isn't needed anymore.
2010-11-21 16:31:27 +01:00
..
2010-11-04 10:09:30 +01:00
2010-09-23 16:39:02 +02:00
2010-10-28 22:59:47 +02:00